Html Css Color HEX #D06C28 Gold Drop

📋 copy color: '#D06C28'

red 208 ◦ green 108 ◦ blue 40

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

Shades of Gold Drop #D06C28

Tints of Gold Drop #D06C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 58.43%
G = 30.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06C28 (or 0xD06C28) is known color: Gold Drop. HEX triplet: D0, 6C and 28. RGB value is (208,108,40). Sum of RGB (Red+Green+Blue) = 208+108+40=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C28 is #2F93D7. Grayscale: #828282. Windows color (decimal): -3118040 or 2649296. OLE color: 2649296.

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

Color convert

RGB 208 108 40 -
CMYK 0 0.48 0.81 0.18
HSL 24.29º 0.68% 0.49% -
HSV(B) 24.29º 0.81% 0.82% -
XYZ 31.76 24.29 5.02 -
YUV 130.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 208 108 40 0 0.48 0.81 0.18 24.29 0.68 0.49
Hex D0 6C 28 0 30 51 12 18 44 31
Octal 320 154 50 0 60 121 22 30 104 61
Binary 11010000 1101100 101000 0 110000 1010001 10010 11000 1000100 110001

Color Harmonies of #D06C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C28

Black with #D06C28

Text Example


Text Example

White with #D06C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C28; }

 p { color: rgb(208,108,40); }

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

background-color css

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

 a { background-color: rgb(208,108,40); }

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

border-color css

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

 span { border-color: rgb(208,108,40); }

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