Html Css Color HEX #C09402 Dark Goldenrod

📋 copy color: '#C09402'

red 192 ◦ green 148 ◦ blue 2

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

Shades of Dark Goldenrod #C09402

Tints of Dark Goldenrod #C09402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 56.14%
G = 43.27%
B = 0.58%

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

#C09402 (or 0xC09402) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 02. RGB value is (192,148,2). Sum of RGB (Red+Green+Blue) = 192+148+2=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C09402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09402 is #3F6BFD. Grayscale: #919191. Windows color (decimal): -4156414 or 169152. OLE color: 169152.

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

Color convert

RGB 192 148 2 -
CMYK 0 0.23 0.99 0.25
HSL 46.11º 0.98% 0.38% -
HSV(B) 46.11º 0.99% 0.75% -
XYZ 32.34 32.39 4.61 -
YUV 144.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 192 148 2 0 0.23 0.99 0.25 46.11 0.98 0.38
Hex C0 94 2 0 17 63 19 2E 62 26
Octal 300 224 2 0 27 143 31 56 142 46
Binary 11000000 10010100 10 0 10111 1100011 11001 101110 1100010 100110

Color Harmonies of #C09402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09402

Black with #C09402

Text Example


Text Example

White with #C09402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09402; }

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

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

background-color css

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

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

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

border-color css

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

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

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