Html Css Color HEX #C48111 Dark Goldenrod

📋 copy color: '#C48111'

red 196 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #C48111

Tints of Dark Goldenrod #C48111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.72%

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

R = 57.31%
G = 37.72%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C48111 (or 0xC48111) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 11. RGB value is (196,129,17). Sum of RGB (Red+Green+Blue) = 196+129+17=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C48111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48111 is #3B7EEE. Grayscale: #888888. Windows color (decimal): -3899119 or 1147332. OLE color: 1147332.

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

Color convert

RGB 196 129 17 -
CMYK 0 0.34 0.91 0.23
HSL 37.54º 0.84% 0.42% -
HSV(B) 37.54º 0.91% 0.77% -
XYZ 30.72 27.48 4.21 -
YUV 136.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 196 129 17 0 0.34 0.91 0.23 37.54 0.84 0.42
Hex C4 81 11 0 22 5B 17 26 54 2A
Octal 304 201 21 0 42 133 27 46 124 52
Binary 11000100 10000001 10001 0 100010 1011011 10111 100110 1010100 101010

Color Harmonies of #C48111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48111

Black with #C48111

Text Example


Text Example

White with #C48111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48111; }

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

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

background-color css

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

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

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

border-color css

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

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

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