Html Css Color HEX #D0880A Dark Goldenrod

📋 copy color: '#D0880A'

red 208 ◦ green 136 ◦ blue 10

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

Shades of Dark Goldenrod #D0880A

Tints of Dark Goldenrod #D0880A

RGB

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

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

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

R = 58.76%
G = 38.42%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0880A (or 0xD0880A) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 0A. RGB value is (208,136,10). Sum of RGB (Red+Green+Blue) = 208+136+10=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0880A is #2F77F5. Grayscale: #8F8F8F. Windows color (decimal): -3110902 or 690384. OLE color: 690384.

HSL color Cylindrical-coordinate representation of color #D0880A: hue angle of 38.18º 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 #D0880A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 10 -
CMYK 0 0.35 0.95 0.18
HSL 38.18º 0.91% 0.43% -
HSV(B) 38.18º 0.95% 0.82% -
XYZ 34.87 31.04 4.44 -
YUV 143.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 208 136 10 0 0.35 0.95 0.18 38.18 0.91 0.43
Hex D0 88 A 0 23 5F 12 26 5B 2B
Octal 320 210 12 0 43 137 22 46 133 53
Binary 11010000 10001000 1010 0 100011 1011111 10010 100110 1011011 101011

Color Harmonies of #D0880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0880A

Black with #D0880A

Text Example


Text Example

White with #D0880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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