Html Css Color HEX #D0880C Dark Goldenrod

📋 copy color: '#D0880C'

red 208 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #D0880C

Tints of Dark Goldenrod #D0880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 58.43%
G = 38.2%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0880C (or 0xD0880C) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 0C. RGB value is (208,136,12). Sum of RGB (Red+Green+Blue) = 208+136+12=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0880C is #2F77F3. Grayscale: #8F8F8F. Windows color (decimal): -3110900 or 821456. OLE color: 821456.

HSL color Cylindrical-coordinate representation of color #D0880C: hue angle of 37.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0880C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 12 -
CMYK 0 0.35 0.94 0.18
HSL 37.96º 0.89% 0.43% -
HSV(B) 37.96º 0.94% 0.82% -
XYZ 34.88 31.04 4.5 -
YUV 143.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 208 136 12 0 0.35 0.94 0.18 37.96 0.89 0.43
Hex D0 88 C 0 23 5E 12 26 59 2B
Octal 320 210 14 0 43 136 22 46 131 53
Binary 11010000 10001000 1100 0 100011 1011110 10010 100110 1011001 101011

Color Harmonies of #D0880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0880C

Black with #D0880C

Text Example


Text Example

White with #D0880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0880C; }

 p { color: rgb(208,136,12); }

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

background-color css

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

 a { background-color: rgb(208,136,12); }

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

border-color css

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

 span { border-color: rgb(208,136,12); }

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