Html Css Color HEX #C29901 Dark Goldenrod

📋 copy color: '#C29901'

red 194 ◦ green 153 ◦ blue 1

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

Shades of Dark Goldenrod #C29901

Tints of Dark Goldenrod #C29901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

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

R = 55.75%
G = 43.97%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29901 (or 0xC29901) is known color: Dark Goldenrod. HEX triplet: C2, 99 and 01. RGB value is (194,153,1). Sum of RGB (Red+Green+Blue) = 194+153+1=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29901 is #3D66FE. Grayscale: #949494. Windows color (decimal): -4024063 or 104898. OLE color: 104898.

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

Color convert

RGB 194 153 1 -
CMYK 0 0.21 0.99 0.24
HSL 47.25º 0.99% 0.38% -
HSV(B) 47.25º 0.99% 0.76% -
XYZ 33.64 34.25 4.87 -
YUV 147.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 194 153 1 0 0.21 0.99 0.24 47.25 0.99 0.38
Hex C2 99 1 0 15 63 18 2F 63 26
Octal 302 231 1 0 25 143 30 57 143 46
Binary 11000010 10011001 1 0 10101 1100011 11000 101111 1100011 100110

Color Harmonies of #C29901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29901

Black with #C29901

Text Example


Text Example

White with #C29901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29901; }

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

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

background-color css

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

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

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

border-color css

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

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

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