Html Css Color HEX #C29700 Dark Goldenrod

📋 copy color: '#C29700'

red 194 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #C29700

Tints of Dark Goldenrod #C29700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 56.23%
G = 43.77%
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

#C29700 (or 0xC29700) is known color: Dark Goldenrod. HEX triplet: C2, 97 and 00. RGB value is (194,151,0). Sum of RGB (Red+Green+Blue) = 194+151+0=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C29700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29700 is #3D68FF. Grayscale: #939393. Windows color (decimal): -4024576 or 38850. OLE color: 38850.

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

Color convert

RGB 194 151 0 -
CMYK 0 0.22 1 0.24
HSL 46.7º 1% 0.38% -
HSV(B) 46.7º 1% 0.76% -
XYZ 33.31 33.6 4.73 -
YUV 146.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 194 151 0 0 0.22 1 0.24 46.7 1 0.38
Hex C2 97 0 0 16 64 18 2F 64 26
Octal 302 227 0 0 26 144 30 57 144 46
Binary 11000010 10010111 0 0 10110 1100100 11000 101111 1100100 100110

Color Harmonies of #C29700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29700

Black with #C29700

Text Example


Text Example

White with #C29700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29700; }

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

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

background-color css

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

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

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

border-color css

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

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

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