Html Css Color HEX #C29401 Dark Goldenrod

📋 copy color: '#C29401'

red 194 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #C29401

Tints of Dark Goldenrod #C29401

RGB

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

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

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

R = 56.56%
G = 43.15%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29401 (or 0xC29401) is known color: Dark Goldenrod. HEX triplet: C2, 94 and 01. RGB value is (194,148,1). Sum of RGB (Red+Green+Blue) = 194+148+1=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C29401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29401 is #3D6BFE. Grayscale: #919191. Windows color (decimal): -4025343 or 103618. OLE color: 103618.

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

Color convert

RGB 194 148 1 -
CMYK 0 0.24 0.99 0.24
HSL 45.7º 0.99% 0.38% -
HSV(B) 45.7º 0.99% 0.76% -
XYZ 32.84 32.65 4.6 -
YUV 145 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 194 148 1 0 0.24 0.99 0.24 45.7 0.99 0.38
Hex C2 94 1 0 18 63 18 2E 63 26
Octal 302 224 1 0 30 143 30 56 143 46
Binary 11000010 10010100 1 0 11000 1100011 11000 101110 1100011 100110

Color Harmonies of #C29401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29401

Black with #C29401

Text Example


Text Example

White with #C29401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29401; }

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

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

background-color css

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

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

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

border-color css

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

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

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