Html Css Color HEX #C48301 Dark Goldenrod

📋 copy color: '#C48301'

red 196 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #C48301

Tints of Dark Goldenrod #C48301

RGB

 RED value IS 196 (76.95% from 255) = 59.76%

 GREEN value IS 131 (51.56% from 255) = 39.94%

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

R = 59.76%
G = 39.94%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48301 (or 0xC48301) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 01. RGB value is (196,131,1). Sum of RGB (Red+Green+Blue) = 196+131+1=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C48301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48301 is #3B7CFE. Grayscale: #888888. Windows color (decimal): -3898623 or 99268. OLE color: 99268.

HSL color Cylindrical-coordinate representation of color #C48301: hue angle of 40º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48301 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 1 -
CMYK 0 0.33 0.99 0.23
HSL 40º 0.99% 0.39% -
HSV(B) 40º 0.99% 0.77% -
XYZ 30.89 27.97 3.8 -
YUV 135.62 52.03 171.07 -
System Red Green Blue C M Y K H S L
Decimal 196 131 1 0 0.33 0.99 0.23 40 0.99 0.39
Hex C4 83 1 0 21 63 17 28 63 27
Octal 304 203 1 0 41 143 27 50 143 47
Binary 11000100 10000011 1 0 100001 1100011 10111 101000 1100011 100111

Color Harmonies of #C48301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48301

Black with #C48301

Text Example


Text Example

White with #C48301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48301; }

 p { color: rgb(196,131,1); }

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

background-color css

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

 a { background-color: rgb(196,131,1); }

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

border-color css

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

 span { border-color: rgb(196,131,1); }

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