Html Css Color HEX #C29405 Dark Goldenrod

📋 copy color: '#C29405'

red 194 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #C29405

Tints of Dark Goldenrod #C29405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 55.91%
G = 42.65%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29405 (or 0xC29405) is known color: Dark Goldenrod. HEX triplet: C2, 94 and 05. RGB value is (194,148,5). Sum of RGB (Red+Green+Blue) = 194+148+5=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29405 is #3D6BFA. Grayscale: #929292. Windows color (decimal): -4025339 or 365762. OLE color: 365762.

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

Color convert

RGB 194 148 5 -
CMYK 0 0.24 0.97 0.24
HSL 45.4º 0.95% 0.39% -
HSV(B) 45.4º 0.97% 0.76% -
XYZ 32.87 32.66 4.72 -
YUV 145.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 194 148 5 0 0.24 0.97 0.24 45.4 0.95 0.39
Hex C2 94 5 0 18 61 18 2D 5F 27
Octal 302 224 5 0 30 141 30 55 137 47
Binary 11000010 10010100 101 0 11000 1100001 11000 101101 1011111 100111

Color Harmonies of #C29405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29405

Black with #C29405

Text Example


Text Example

White with #C29405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29405; }

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

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

background-color css

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

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

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

border-color css

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

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

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