Html Css Color HEX #C08200 Dark Goldenrod

📋 copy color: '#C08200'

red 192 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #C08200

Tints of Dark Goldenrod #C08200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.63%
G = 40.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C08200 (or 0xC08200) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 00. RGB value is (192,130,0). Sum of RGB (Red+Green+Blue) = 192+130+0=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C08200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08200 is #3F7DFF. Grayscale: #868686. Windows color (decimal): -4161024 or 33472. OLE color: 33472.

HSL color Cylindrical-coordinate representation of color #C08200: hue angle of 40.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C08200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 0 -
CMYK 0 0.32 1 0.25
HSL 40.63º 1% 0.38% -
HSV(B) 40.63º 1% 0.75% -
XYZ 29.72 27.17 3.68 -
YUV 133.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 192 130 0 0 0.32 1 0.25 40.63 1 0.38
Hex C0 82 0 0 20 64 19 29 64 26
Octal 300 202 0 0 40 144 31 51 144 46
Binary 11000000 10000010 0 0 100000 1100100 11001 101001 1100100 100110

Color Harmonies of #C08200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08200

Black with #C08200

Text Example


Text Example

White with #C08200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08200; }

 p { color: rgb(192,130,0); }

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

background-color css

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

 a { background-color: rgb(192,130,0); }

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

border-color css

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

 span { border-color: rgb(192,130,0); }

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