Html Css Color HEX #D0880F Dark Goldenrod

📋 copy color: '#D0880F'

red 208 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #D0880F

Tints of Dark Goldenrod #D0880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 57.94%
G = 37.88%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0880F (or 0xD0880F) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 0F. RGB value is (208,136,15). Sum of RGB (Red+Green+Blue) = 208+136+15=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0880F is #2F77F0. Grayscale: #909090. Windows color (decimal): -3110897 or 1018064. OLE color: 1018064.

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

Color convert

RGB 208 136 15 -
CMYK 0 0.35 0.93 0.18
HSL 37.62º 0.87% 0.44% -
HSV(B) 37.62º 0.93% 0.82% -
XYZ 34.9 31.05 4.61 -
YUV 143.73 55.35 173.84 -
System Red Green Blue C M Y K H S L
Decimal 208 136 15 0 0.35 0.93 0.18 37.62 0.87 0.44
Hex D0 88 F 0 23 5D 12 26 57 2C
Octal 320 210 17 0 43 135 22 46 127 54
Binary 11010000 10001000 1111 0 100011 1011101 10010 100110 1010111 101100

Color Harmonies of #D0880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0880F

Black with #D0880F

Text Example


Text Example

White with #D0880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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