Html Css Color HEX #C28401 Dark Goldenrod

📋 copy color: '#C28401'

red 194 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #C28401

Tints of Dark Goldenrod #C28401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 59.33%
G = 40.37%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C28401 (or 0xC28401) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 01. RGB value is (194,132,1). Sum of RGB (Red+Green+Blue) = 194+132+1=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C28401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28401 is #3D7BFE. Grayscale: #888888. Windows color (decimal): -4029439 or 99522. OLE color: 99522.

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

Color convert

RGB 194 132 1 -
CMYK 0 0.32 0.99 0.24
HSL 40.73º 0.99% 0.38% -
HSV(B) 40.73º 0.99% 0.76% -
XYZ 30.5 27.97 3.82 -
YUV 135.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 194 132 1 0 0.32 0.99 0.24 40.73 0.99 0.38
Hex C2 84 1 0 20 63 18 29 63 26
Octal 302 204 1 0 40 143 30 51 143 46
Binary 11000010 10000100 1 0 100000 1100011 11000 101001 1100011 100110

Color Harmonies of #C28401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28401

Black with #C28401

Text Example


Text Example

White with #C28401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28401; }

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

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

background-color css

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

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

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

border-color css

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

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

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