Html Css Color HEX #C48011 Dark Goldenrod

📋 copy color: '#C48011'

red 196 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #C48011

Tints of Dark Goldenrod #C48011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 57.48%
G = 37.54%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C48011 (or 0xC48011) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 11. RGB value is (196,128,17). Sum of RGB (Red+Green+Blue) = 196+128+17=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C48011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48011 is #3B7FEE. Grayscale: #888888. Windows color (decimal): -3899375 or 1147076. OLE color: 1147076.

HSL color Cylindrical-coordinate representation of color #C48011: hue angle of 37.21º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C48011 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 17 -
CMYK 0 0.35 0.91 0.23
HSL 37.21º 0.84% 0.42% -
HSV(B) 37.21º 0.91% 0.77% -
XYZ 30.59 27.21 4.17 -
YUV 135.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 196 128 17 0 0.35 0.91 0.23 37.21 0.84 0.42
Hex C4 80 11 0 23 5B 17 25 54 2A
Octal 304 200 21 0 43 133 27 45 124 52
Binary 11000100 10000000 10001 0 100011 1011011 10111 100101 1010100 101010

Color Harmonies of #C48011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48011

Black with #C48011

Text Example


Text Example

White with #C48011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48011; }

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

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

background-color css

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

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

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

border-color css

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

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

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