Html Css Color HEX #D0810A Dark Goldenrod

📋 copy color: '#D0810A'

red 208 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #D0810A

Tints of Dark Goldenrod #D0810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 59.94%
G = 37.18%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0810A (or 0xD0810A) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 0A. RGB value is (208,129,10). Sum of RGB (Red+Green+Blue) = 208+129+10=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0810A is #2F7EF5. Grayscale: #8B8B8B. Windows color (decimal): -3112694 or 688592. OLE color: 688592.

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

Color convert

RGB 208 129 10 -
CMYK 0 0.38 0.95 0.18
HSL 36.06º 0.91% 0.43% -
HSV(B) 36.06º 0.95% 0.82% -
XYZ 33.92 29.13 4.12 -
YUV 139.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 208 129 10 0 0.38 0.95 0.18 36.06 0.91 0.43
Hex D0 81 A 0 26 5F 12 24 5B 2B
Octal 320 201 12 0 46 137 22 44 133 53
Binary 11010000 10000001 1010 0 100110 1011111 10010 100100 1011011 101011

Color Harmonies of #D0810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0810A

Black with #D0810A

Text Example


Text Example

White with #D0810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0810A; }

 p { color: rgb(208,129,10); }

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

background-color css

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

 a { background-color: rgb(208,129,10); }

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

border-color css

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

 span { border-color: rgb(208,129,10); }

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