Html Css Color HEX #C09502 Dark Goldenrod

📋 copy color: '#C09502'

red 192 ◦ green 149 ◦ blue 2

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

Shades of Dark Goldenrod #C09502

Tints of Dark Goldenrod #C09502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.44%

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

R = 55.98%
G = 43.44%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09502 (or 0xC09502) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 02. RGB value is (192,149,2). Sum of RGB (Red+Green+Blue) = 192+149+2=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09502 is #3F6AFD. Grayscale: #919191. Windows color (decimal): -4156158 or 169408. OLE color: 169408.

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

Color convert

RGB 192 149 2 -
CMYK 0 0.22 0.99 0.25
HSL 46.42º 0.98% 0.38% -
HSV(B) 46.42º 0.99% 0.75% -
XYZ 32.5 32.71 4.66 -
YUV 145.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 192 149 2 0 0.22 0.99 0.25 46.42 0.98 0.38
Hex C0 95 2 0 16 63 19 2E 62 26
Octal 300 225 2 0 26 143 31 56 142 46
Binary 11000000 10010101 10 0 10110 1100011 11001 101110 1100010 100110

Color Harmonies of #C09502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09502

Black with #C09502

Text Example


Text Example

White with #C09502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09502; }

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

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

background-color css

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

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

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

border-color css

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

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

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