Html Css Color HEX #C48001 Dark Goldenrod

📋 copy color: '#C48001'

red 196 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #C48001

Tints of Dark Goldenrod #C48001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

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

R = 60.31%
G = 39.38%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48001 (or 0xC48001) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 01. RGB value is (196,128,1). Sum of RGB (Red+Green+Blue) = 196+128+1=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C48001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48001 is #3B7FFE. Grayscale: #868686. Windows color (decimal): -3899391 or 98500. OLE color: 98500.

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

Color convert

RGB 196 128 1 -
CMYK 0 0.35 0.99 0.23
HSL 39.08º 0.99% 0.39% -
HSV(B) 39.08º 0.99% 0.77% -
XYZ 30.49 27.18 3.67 -
YUV 133.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 196 128 1 0 0.35 0.99 0.23 39.08 0.99 0.39
Hex C4 80 1 0 23 63 17 27 63 27
Octal 304 200 1 0 43 143 27 47 143 47
Binary 11000100 10000000 1 0 100011 1100011 10111 100111 1100011 100111

Color Harmonies of #C48001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48001

Black with #C48001

Text Example


Text Example

White with #C48001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48001; }

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

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

background-color css

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

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

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

border-color css

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

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

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