Html Css Color HEX #C29A00 Dark Goldenrod

📋 copy color: '#C29A00'

red 194 ◦ green 154 ◦ blue 0

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

Shades of Dark Goldenrod #C29A00

Tints of Dark Goldenrod #C29A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.25%

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

R = 55.75%
G = 44.25%
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

#C29A00 (or 0xC29A00) is known color: Dark Goldenrod. HEX triplet: C2, 9A and 00. RGB value is (194,154,0). Sum of RGB (Red+Green+Blue) = 194+154+0=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A00 is #3D65FF. Grayscale: #959595. Windows color (decimal): -4023808 or 39618. OLE color: 39618.

HSL color Cylindrical-coordinate representation of color #C29A00: hue angle of 47.63º 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 #C29A00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 0 -
CMYK 0 0.21 1 0.24
HSL 47.63º 1% 0.38% -
HSV(B) 47.63º 1% 0.76% -
XYZ 33.8 34.58 4.89 -
YUV 148.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 194 154 0 0 0.21 1 0.24 47.63 1 0.38
Hex C2 9A 0 0 15 64 18 30 64 26
Octal 302 232 0 0 25 144 30 60 144 46
Binary 11000010 10011010 0 0 10101 1100100 11000 110000 1100100 100110

Color Harmonies of #C29A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A00

Black with #C29A00

Text Example


Text Example

White with #C29A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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