Html Css Color HEX #C29400 Dark Goldenrod

📋 copy color: '#C29400'

red 194 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C29400

Tints of Dark Goldenrod #C29400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 56.73%
G = 43.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29400 (or 0xC29400) is known color: Dark Goldenrod. HEX triplet: C2, 94 and 00. RGB value is (194,148,0). Sum of RGB (Red+Green+Blue) = 194+148+0=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C29400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29400 is #3D6BFF. Grayscale: #919191. Windows color (decimal): -4025344 or 38082. OLE color: 38082.

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

Color convert

RGB 194 148 0 -
CMYK 0 0.24 1 0.24
HSL 45.77º 1% 0.38% -
HSV(B) 45.77º 1% 0.76% -
XYZ 32.84 32.65 4.57 -
YUV 144.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 194 148 0 0 0.24 1 0.24 45.77 1 0.38
Hex C2 94 0 0 18 64 18 2E 64 26
Octal 302 224 0 0 30 144 30 56 144 46
Binary 11000010 10010100 0 0 11000 1100100 11000 101110 1100100 100110

Color Harmonies of #C29400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29400

Black with #C29400

Text Example


Text Example

White with #C29400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29400; }

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

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

background-color css

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

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

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

border-color css

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

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

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