Html Css Color HEX #C08705 Dark Goldenrod

📋 copy color: '#C08705'

red 192 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #C08705

Tints of Dark Goldenrod #C08705

RGB

 RED value IS 192 (75.39% from 255) = 57.83%

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 57.83%
G = 40.66%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08705 (or 0xC08705) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 05. RGB value is (192,135,5). Sum of RGB (Red+Green+Blue) = 192+135+5=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C08705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08705 is #3F78FA. Grayscale: #898989. Windows color (decimal): -4159739 or 362432. OLE color: 362432.

HSL color Cylindrical-coordinate representation of color #C08705: hue angle of 41.71º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08705 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 5 -
CMYK 0 0.30 0.97 0.25
HSL 41.71º 0.95% 0.39% -
HSV(B) 41.71º 0.97% 0.75% -
XYZ 30.43 28.55 4.05 -
YUV 137.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 192 135 5 0 0.30 0.97 0.25 41.71 0.95 0.39
Hex C0 87 5 0 1E 61 19 2A 5F 27
Octal 300 207 5 0 36 141 31 52 137 47
Binary 11000000 10000111 101 0 11110 1100001 11001 101010 1011111 100111

Color Harmonies of #C08705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08705

Black with #C08705

Text Example


Text Example

White with #C08705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08705; }

 p { color: rgb(192,135,5); }

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

background-color css

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

 a { background-color: rgb(192,135,5); }

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

border-color css

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

 span { border-color: rgb(192,135,5); }

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