Html Css Color HEX #C08505 Dark Goldenrod

📋 copy color: '#C08505'

red 192 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #C08505

Tints of Dark Goldenrod #C08505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 58.18%
G = 40.3%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08505 (or 0xC08505) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 05. RGB value is (192,133,5). Sum of RGB (Red+Green+Blue) = 192+133+5=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C08505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08505 is #3F7AFA. Grayscale: #888888. Windows color (decimal): -4160251 or 361920. OLE color: 361920.

HSL color Cylindrical-coordinate representation of color #C08505: hue angle of 41.07º 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 #C08505 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 5 -
CMYK 0 0.31 0.97 0.25
HSL 41.07º 0.95% 0.39% -
HSV(B) 41.07º 0.97% 0.75% -
XYZ 30.15 27.99 3.96 -
YUV 136.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 192 133 5 0 0.31 0.97 0.25 41.07 0.95 0.39
Hex C0 85 5 0 1F 61 19 29 5F 27
Octal 300 205 5 0 37 141 31 51 137 47
Binary 11000000 10000101 101 0 11111 1100001 11001 101001 1011111 100111

Color Harmonies of #C08505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08505

Black with #C08505

Text Example


Text Example

White with #C08505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08505; }

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

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

background-color css

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

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

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

border-color css

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

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

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