Html Css Color HEX #C29101 Dark Goldenrod

📋 copy color: '#C29101'

red 194 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #C29101

Tints of Dark Goldenrod #C29101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 57.06%
G = 42.65%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29101 (or 0xC29101) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 01. RGB value is (194,145,1). Sum of RGB (Red+Green+Blue) = 194+145+1=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C29101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29101 is #3D6EFE. Grayscale: #8F8F8F. Windows color (decimal): -4026111 or 102850. OLE color: 102850.

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

Color convert

RGB 194 145 1 -
CMYK 0 0.25 0.99 0.24
HSL 44.77º 0.99% 0.38% -
HSV(B) 44.77º 0.99% 0.76% -
XYZ 32.38 31.72 4.45 -
YUV 143.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 194 145 1 0 0.25 0.99 0.24 44.77 0.99 0.38
Hex C2 91 1 0 19 63 18 2D 63 26
Octal 302 221 1 0 31 143 30 55 143 46
Binary 11000010 10010001 1 0 11001 1100011 11000 101101 1100011 100110

Color Harmonies of #C29101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29101

Black with #C29101

Text Example


Text Example

White with #C29101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29101; }

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

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

background-color css

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

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

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

border-color css

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

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

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