Html Css Color HEX #C29705 Dark Goldenrod

📋 copy color: '#C29705'

red 194 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #C29705

Tints of Dark Goldenrod #C29705

RGB

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

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

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

R = 55.43%
G = 43.14%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29705 (or 0xC29705) is known color: Dark Goldenrod. HEX triplet: C2, 97 and 05. RGB value is (194,151,5). Sum of RGB (Red+Green+Blue) = 194+151+5=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29705 is #3D68FA. Grayscale: #939393. Windows color (decimal): -4024571 or 366530. OLE color: 366530.

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

Color convert

RGB 194 151 5 -
CMYK 0 0.22 0.97 0.24
HSL 46.35º 0.95% 0.39% -
HSV(B) 46.35º 0.97% 0.76% -
XYZ 33.34 33.61 4.87 -
YUV 147.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 194 151 5 0 0.22 0.97 0.24 46.35 0.95 0.39
Hex C2 97 5 0 16 61 18 2E 5F 27
Octal 302 227 5 0 26 141 30 56 137 47
Binary 11000010 10010111 101 0 10110 1100001 11000 101110 1011111 100111

Color Harmonies of #C29705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29705

Black with #C29705

Text Example


Text Example

White with #C29705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29705; }

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

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

background-color css

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

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

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

border-color css

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

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

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