Html Css Color HEX #C09202 Dark Goldenrod

📋 copy color: '#C09202'

red 192 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #C09202

Tints of Dark Goldenrod #C09202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 56.47%
G = 42.94%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09202 (or 0xC09202) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 02. RGB value is (192,146,2). Sum of RGB (Red+Green+Blue) = 192+146+2=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C09202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09202 is #3F6DFD. Grayscale: #8F8F8F. Windows color (decimal): -4156926 or 168640. OLE color: 168640.

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

Color convert

RGB 192 146 2 -
CMYK 0 0.24 0.99 0.25
HSL 45.47º 0.98% 0.38% -
HSV(B) 45.47º 0.99% 0.75% -
XYZ 32.03 31.77 4.5 -
YUV 143.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 192 146 2 0 0.24 0.99 0.25 45.47 0.98 0.38
Hex C0 92 2 0 18 63 19 2D 62 26
Octal 300 222 2 0 30 143 31 55 142 46
Binary 11000000 10010010 10 0 11000 1100011 11001 101101 1100010 100110

Color Harmonies of #C09202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09202

Black with #C09202

Text Example


Text Example

White with #C09202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09202; }

 p { color: rgb(192,146,2); }

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

background-color css

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

 a { background-color: rgb(192,146,2); }

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

border-color css

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

 span { border-color: rgb(192,146,2); }

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