Html Css Color HEX #D06A37 Gold Drop

📋 copy color: '#D06A37'

red 208 ◦ green 106 ◦ blue 55

#D06A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Drop #D06A37

Tints of Gold Drop #D06A37

RGB

 RED value IS 208 (81.64% from 255) = 56.37%

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 56.37%
G = 28.73%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D06A37 (or 0xD06A37) is known color: Gold Drop. HEX triplet: D0, 6A and 37. RGB value is (208,106,55). Sum of RGB (Red+Green+Blue) = 208+106+55=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A37 is #2F95C8. Grayscale: #828282. Windows color (decimal): -3118537 or 3631824. OLE color: 3631824.

HSL color Cylindrical-coordinate representation of color #D06A37: hue angle of 20º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D06A37 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 55 -
CMYK 0 0.49 0.74 0.18
HSL 20º 0.62% 0.52% -
HSV(B) 20º 0.74% 0.82% -
XYZ 31.86 23.99 6.57 -
YUV 130.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 208 106 55 0 0.49 0.74 0.18 20 0.62 0.52
Hex D0 6A 37 0 31 4A 12 14 3E 34
Octal 320 152 67 0 61 112 22 24 76 64
Binary 11010000 1101010 110111 0 110001 1001010 10010 10100 111110 110100

Color Harmonies of #D06A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A37

Black with #D06A37

Text Example


Text Example

White with #D06A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A37; }

 p { color: rgb(208,106,55); }

 H1.HeaderClassName
 {
   color: #D06A37;
 }
 .AnyTagClassName
 {
   color: #D06A37;
 }
</style>

background-color css

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

 a { background-color: rgb(208,106,55); }

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

border-color css

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

 span { border-color: rgb(208,106,55); }

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