Html Css Color HEX #D0890D Dark Goldenrod

📋 copy color: '#D0890D'

red 208 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #D0890D

Tints of Dark Goldenrod #D0890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 58.1%
G = 38.27%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0890D (or 0xD0890D) is known color: Dark Goldenrod. HEX triplet: D0, 89 and 0D. RGB value is (208,137,13). Sum of RGB (Red+Green+Blue) = 208+137+13=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0890D is #2F76F2. Grayscale: #909090. Windows color (decimal): -3110643 or 887248. OLE color: 887248.

HSL color Cylindrical-coordinate representation of color #D0890D: hue angle of 38.15º degrees, saturation: 0.88, 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 #D0890D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 13 -
CMYK 0 0.34 0.94 0.18
HSL 38.15º 0.88% 0.43% -
HSV(B) 38.15º 0.94% 0.82% -
XYZ 35.03 31.33 4.58 -
YUV 144.09 54.02 173.58 -
System Red Green Blue C M Y K H S L
Decimal 208 137 13 0 0.34 0.94 0.18 38.15 0.88 0.43
Hex D0 89 D 0 22 5E 12 26 58 2B
Octal 320 211 15 0 42 136 22 46 130 53
Binary 11010000 10001001 1101 0 100010 1011110 10010 100110 1011000 101011

Color Harmonies of #D0890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0890D

Black with #D0890D

Text Example


Text Example

White with #D0890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0890D; }

 p { color: rgb(208,137,13); }

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

background-color css

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

 a { background-color: rgb(208,137,13); }

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

border-color css

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

 span { border-color: rgb(208,137,13); }

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