Html Css Color HEX #D08105 Dark Goldenrod

📋 copy color: '#D08105'

red 208 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #D08105

Tints of Dark Goldenrod #D08105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 60.82%
G = 37.72%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D08105 (or 0xD08105) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 05. RGB value is (208,129,5). Sum of RGB (Red+Green+Blue) = 208+129+5=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D08105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08105 is #2F7EFA. Grayscale: #8B8B8B. Windows color (decimal): -3112699 or 360912. OLE color: 360912.

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

Color convert

RGB 208 129 5 -
CMYK 0 0.38 0.98 0.18
HSL 36.65º 0.95% 0.42% -
HSV(B) 36.65º 0.98% 0.82% -
XYZ 33.89 29.12 3.98 -
YUV 138.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 208 129 5 0 0.38 0.98 0.18 36.65 0.95 0.42
Hex D0 81 5 0 26 62 12 25 5F 2A
Octal 320 201 5 0 46 142 22 45 137 52
Binary 11010000 10000001 101 0 100110 1100010 10010 100101 1011111 101010

Color Harmonies of #D08105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08105

Black with #D08105

Text Example


Text Example

White with #D08105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08105; }

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

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

background-color css

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

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

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

border-color css

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

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

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