#d5692b

Color #D5692B Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D5692B

Tints of Gold Drop #D5692B

Color information

#D5692B (or 0xD5692B) is unknown color: approx Gold Drop. HEX triplet: D5, 69 and 2B. RGB value is (213,105,43). Sum of RGB (Red+Green+Blue) = 213+105+43=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5692B is #2A96D4. Grayscale: #828282. Windows color (decimal): -2791125 or 2845141. OLE color: 2845141.

HSL color Cylindrical-coordinate representation of color #D5692B: hue angle of 21.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5692B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21310543-
CMYK00.510.800.16
HSL21.88º66.93%50.2%-
HSV(B)21.88º79.81%83.53%-
XYZ32.9324.425.26-
YUV130.2278.78187.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 43 (17.19% from 255) = 11.91%
R=59.00%
G=29.09%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131054300.510.800.1621.8866.9350.2
HexD5692B0335010164332
Octal32515153063120202610362
Binary1101010111010011010110110011101000010000101101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5692b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5692b; }

 p { color: rgb(213,105,43); }

 H1.HeaderClassName
 {
   color: #d5692b;
 }
 .AnyTagClassName
 {
   color: #d5692b;
 }
</style>
background-color css

<style>
 a { background-color: #d5692b; }

 a { background-color: rgb(213,105,43); }

 div.DivClassName
 {
   background-color: #d5692b;
 }
 .BgClassName
 {
   background-color: #d5692b;
 }
</style>
border-color css

<style>
 span { border-color: #d5692b; }

 span { border-color: rgb(213,105,43); }

 td.TdClassName
 {
   border-color: #d5692b;
 }
 .TagClassName
 {
   border-color: #d5692b;
 }
</style>