Html Css Color HEX #C08C05 Dark Goldenrod

📋 copy color: '#C08C05'

red 192 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #C08C05

Tints of Dark Goldenrod #C08C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 56.97%
G = 41.54%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08C05 (or 0xC08C05) is known color: Dark Goldenrod. HEX triplet: C0, 8C and 05. RGB value is (192,140,5). Sum of RGB (Red+Green+Blue) = 192+140+5=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08C05 is #3F73FA. Grayscale: #8C8C8C. Windows color (decimal): -4158459 or 363712. OLE color: 363712.

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

Color convert

RGB 192 140 5 -
CMYK 0 0.27 0.97 0.25
HSL 43.32º 0.95% 0.39% -
HSV(B) 43.32º 0.97% 0.75% -
XYZ 31.14 29.97 4.29 -
YUV 140.16 51.73 164.98 -
System Red Green Blue C M Y K H S L
Decimal 192 140 5 0 0.27 0.97 0.25 43.32 0.95 0.39
Hex C0 8C 5 0 1B 61 19 2B 5F 27
Octal 300 214 5 0 33 141 31 53 137 47
Binary 11000000 10001100 101 0 11011 1100001 11001 101011 1011111 100111

Color Harmonies of #C08C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C05

Black with #C08C05

Text Example


Text Example

White with #C08C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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