Html Css Color HEX #C29800 Dark Goldenrod

📋 copy color: '#C29800'

red 194 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #C29800

Tints of Dark Goldenrod #C29800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 56.07%
G = 43.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29800 (or 0xC29800) is known color: Dark Goldenrod. HEX triplet: C2, 98 and 00. RGB value is (194,152,0). Sum of RGB (Red+Green+Blue) = 194+152+0=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C29800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29800 is #3D67FF. Grayscale: #939393. Windows color (decimal): -4024320 or 39106. OLE color: 39106.

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

Color convert

RGB 194 152 0 -
CMYK 0 0.22 1 0.24
HSL 47.01º 1% 0.38% -
HSV(B) 47.01º 1% 0.76% -
XYZ 33.48 33.93 4.78 -
YUV 147.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 194 152 0 0 0.22 1 0.24 47.01 1 0.38
Hex C2 98 0 0 16 64 18 2F 64 26
Octal 302 230 0 0 26 144 30 57 144 46
Binary 11000010 10011000 0 0 10110 1100100 11000 101111 1100100 100110

Color Harmonies of #C29800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29800

Black with #C29800

Text Example


Text Example

White with #C29800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29800; }

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

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

background-color css

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

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

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

border-color css

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

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

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