Html Css Color HEX #C29900 Dark Goldenrod

📋 copy color: '#C29900'

red 194 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #C29900

Tints of Dark Goldenrod #C29900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.91%
G = 44.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29900 (or 0xC29900) is known color: Dark Goldenrod. HEX triplet: C2, 99 and 00. RGB value is (194,153,0). Sum of RGB (Red+Green+Blue) = 194+153+0=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29900 is #3D66FF. Grayscale: #949494. Windows color (decimal): -4024064 or 39362. OLE color: 39362.

HSL color Cylindrical-coordinate representation of color #C29900: hue angle of 47.32º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C29900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 0 -
CMYK 0 0.21 1 0.24
HSL 47.32º 1% 0.38% -
HSV(B) 47.32º 1% 0.76% -
XYZ 33.64 34.25 4.84 -
YUV 147.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 194 153 0 0 0.21 1 0.24 47.32 1 0.38
Hex C2 99 0 0 15 64 18 2F 64 26
Octal 302 231 0 0 25 144 30 57 144 46
Binary 11000010 10011001 0 0 10101 1100100 11000 101111 1100100 100110

Color Harmonies of #C29900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29900

Black with #C29900

Text Example


Text Example

White with #C29900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29900; }

 p { color: rgb(194,153,0); }

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

background-color css

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

 a { background-color: rgb(194,153,0); }

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

border-color css

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

 span { border-color: rgb(194,153,0); }

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