Html Css Color HEX #C29603 Dark Goldenrod

📋 copy color: '#C29603'

red 194 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #C29603

Tints of Dark Goldenrod #C29603

RGB

 RED value IS 194 (76.17% from 255) = 55.91%

 GREEN value IS 150 (58.98% from 255) = 43.23%

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

R = 55.91%
G = 43.23%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29603 (or 0xC29603) is known color: Dark Goldenrod. HEX triplet: C2, 96 and 03. RGB value is (194,150,3). Sum of RGB (Red+Green+Blue) = 194+150+3=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29603 is #3D69FC. Grayscale: #939393. Windows color (decimal): -4024829 or 235202. OLE color: 235202.

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

Color convert

RGB 194 150 3 -
CMYK 0 0.23 0.98 0.24
HSL 46.18º 0.97% 0.39% -
HSV(B) 46.18º 0.98% 0.76% -
XYZ 33.17 33.29 4.76 -
YUV 146.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 194 150 3 0 0.23 0.98 0.24 46.18 0.97 0.39
Hex C2 96 3 0 17 62 18 2E 61 27
Octal 302 226 3 0 27 142 30 56 141 47
Binary 11000010 10010110 11 0 10111 1100010 11000 101110 1100001 100111

Color Harmonies of #C29603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29603

Black with #C29603

Text Example


Text Example

White with #C29603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29603; }

 p { color: rgb(194,150,3); }

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

background-color css

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

 a { background-color: rgb(194,150,3); }

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

border-color css

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

 span { border-color: rgb(194,150,3); }

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