Html Css Color HEX #C09302 Dark Goldenrod

📋 copy color: '#C09302'

red 192 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #C09302

Tints of Dark Goldenrod #C09302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 56.3%
G = 43.11%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09302 (or 0xC09302) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 02. RGB value is (192,147,2). Sum of RGB (Red+Green+Blue) = 192+147+2=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C09302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09302 is #3F6CFD. Grayscale: #909090. Windows color (decimal): -4156670 or 168896. OLE color: 168896.

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

Color convert

RGB 192 147 2 -
CMYK 0 0.23 0.99 0.25
HSL 45.79º 0.98% 0.38% -
HSV(B) 45.79º 0.99% 0.75% -
XYZ 32.18 32.08 4.55 -
YUV 143.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 192 147 2 0 0.23 0.99 0.25 45.79 0.98 0.38
Hex C0 93 2 0 17 63 19 2E 62 26
Octal 300 223 2 0 27 143 31 56 142 46
Binary 11000000 10010011 10 0 10111 1100011 11001 101110 1100010 100110

Color Harmonies of #C09302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09302

Black with #C09302

Text Example


Text Example

White with #C09302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09302; }

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

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

background-color css

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

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

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

border-color css

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

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

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