Html Css Color HEX #D08103 Dark Goldenrod

📋 copy color: '#D08103'

red 208 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #D08103

Tints of Dark Goldenrod #D08103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 61.18%
G = 37.94%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D08103 (or 0xD08103) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 03. RGB value is (208,129,3). Sum of RGB (Red+Green+Blue) = 208+129+3=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D08103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08103 is #2F7EFC. Grayscale: #8A8A8A. Windows color (decimal): -3112701 or 229840. OLE color: 229840.

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

Color convert

RGB 208 129 3 -
CMYK 0 0.38 0.99 0.18
HSL 36.88º 0.97% 0.41% -
HSV(B) 36.88º 0.99% 0.82% -
XYZ 33.88 29.12 3.92 -
YUV 138.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 208 129 3 0 0.38 0.99 0.18 36.88 0.97 0.41
Hex D0 81 3 0 26 63 12 25 61 29
Octal 320 201 3 0 46 143 22 45 141 51
Binary 11010000 10000001 11 0 100110 1100011 10010 100101 1100001 101001

Color Harmonies of #D08103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08103

Black with #D08103

Text Example


Text Example

White with #D08103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08103; }

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

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

background-color css

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

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

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

border-color css

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

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

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