Html Css Color HEX #C29105 Dark Goldenrod

📋 copy color: '#C29105'

red 194 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #C29105

Tints of Dark Goldenrod #C29105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 56.4%
G = 42.15%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29105 (or 0xC29105) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 05. RGB value is (194,145,5). Sum of RGB (Red+Green+Blue) = 194+145+5=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C29105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29105 is #3D6EFA. Grayscale: #909090. Windows color (decimal): -4026107 or 364994. OLE color: 364994.

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

Color convert

RGB 194 145 5 -
CMYK 0 0.25 0.97 0.24
HSL 44.44º 0.95% 0.39% -
HSV(B) 44.44º 0.97% 0.76% -
XYZ 32.4 31.73 4.56 -
YUV 143.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 194 145 5 0 0.25 0.97 0.24 44.44 0.95 0.39
Hex C2 91 5 0 19 61 18 2C 5F 27
Octal 302 221 5 0 31 141 30 54 137 47
Binary 11000010 10010001 101 0 11001 1100001 11000 101100 1011111 100111

Color Harmonies of #C29105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29105

Black with #C29105

Text Example


Text Example

White with #C29105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29105; }

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

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

background-color css

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

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

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

border-color css

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

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

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