Html Css Color HEX #C09203 Dark Goldenrod

📋 copy color: '#C09203'

red 192 ◦ green 146 ◦ blue 3

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

Shades of Dark Goldenrod #C09203

Tints of Dark Goldenrod #C09203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 56.3%
G = 42.82%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09203 (or 0xC09203) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 03. RGB value is (192,146,3). Sum of RGB (Red+Green+Blue) = 192+146+3=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C09203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09203 is #3F6DFC. Grayscale: #909090. Windows color (decimal): -4156925 or 234176. OLE color: 234176.

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

Color convert

RGB 192 146 3 -
CMYK 0 0.24 0.98 0.25
HSL 45.4º 0.97% 0.38% -
HSV(B) 45.4º 0.98% 0.75% -
XYZ 32.03 31.77 4.53 -
YUV 143.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 192 146 3 0 0.24 0.98 0.25 45.4 0.97 0.38
Hex C0 92 3 0 18 62 19 2D 61 26
Octal 300 222 3 0 30 142 31 55 141 46
Binary 11000000 10010010 11 0 11000 1100010 11001 101101 1100001 100110

Color Harmonies of #C09203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09203

Black with #C09203

Text Example


Text Example

White with #C09203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09203; }

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

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

background-color css

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

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

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

border-color css

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

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

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