Html Css Color HEX #C48501 Dark Goldenrod

📋 copy color: '#C48501'

red 196 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #C48501

Tints of Dark Goldenrod #C48501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 59.39%
G = 40.3%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48501 (or 0xC48501) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 01. RGB value is (196,133,1). Sum of RGB (Red+Green+Blue) = 196+133+1=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C48501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48501 is #3B7AFE. Grayscale: #898989. Windows color (decimal): -3898111 or 99780. OLE color: 99780.

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

Color convert

RGB 196 133 1 -
CMYK 0 0.32 0.99 0.23
HSL 40.62º 0.99% 0.39% -
HSV(B) 40.62º 0.99% 0.77% -
XYZ 31.16 28.51 3.89 -
YUV 136.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 196 133 1 0 0.32 0.99 0.23 40.62 0.99 0.39
Hex C4 85 1 0 20 63 17 29 63 27
Octal 304 205 1 0 40 143 27 51 143 47
Binary 11000100 10000101 1 0 100000 1100011 10111 101001 1100011 100111

Color Harmonies of #C48501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48501

Black with #C48501

Text Example


Text Example

White with #C48501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48501; }

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

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

background-color css

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

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

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

border-color css

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

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

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