Html Css Color HEX #C09902 Dark Goldenrod

📋 copy color: '#C09902'

red 192 ◦ green 153 ◦ blue 2

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

Shades of Dark Goldenrod #C09902

Tints of Dark Goldenrod #C09902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 55.33%
G = 44.09%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09902 (or 0xC09902) is known color: Dark Goldenrod. HEX triplet: C0, 99 and 02. RGB value is (192,153,2). Sum of RGB (Red+Green+Blue) = 192+153+2=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C09902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09902 is #3F66FD. Grayscale: #949494. Windows color (decimal): -4155134 or 170432. OLE color: 170432.

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

Color convert

RGB 192 153 2 -
CMYK 0 0.20 0.99 0.25
HSL 47.68º 0.98% 0.38% -
HSV(B) 47.68º 0.99% 0.75% -
XYZ 33.14 33.99 4.87 -
YUV 147.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 192 153 2 0 0.20 0.99 0.25 47.68 0.98 0.38
Hex C0 99 2 0 14 63 19 30 62 26
Octal 300 231 2 0 24 143 31 60 142 46
Binary 11000000 10011001 10 0 10100 1100011 11001 110000 1100010 100110

Color Harmonies of #C09902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09902

Black with #C09902

Text Example


Text Example

White with #C09902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09902; }

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

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

background-color css

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

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

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

border-color css

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

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

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