Html Css Color HEX #C48116 Dark Goldenrod

📋 copy color: '#C48116'

red 196 ◦ green 129 ◦ blue 22

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

Shades of Dark Goldenrod #C48116

Tints of Dark Goldenrod #C48116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 56.48%
G = 37.18%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C48116 (or 0xC48116) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 16. RGB value is (196,129,22). Sum of RGB (Red+Green+Blue) = 196+129+22=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C48116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48116 is #3B7EE9. Grayscale: #898989. Windows color (decimal): -3899114 or 1475012. OLE color: 1475012.

HSL color Cylindrical-coordinate representation of color #C48116: hue angle of 36.9º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C48116 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 22 -
CMYK 0 0.34 0.89 0.23
HSL 36.9º 0.8% 0.43% -
HSV(B) 36.9º 0.89% 0.77% -
XYZ 30.76 27.49 4.44 -
YUV 136.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 196 129 22 0 0.34 0.89 0.23 36.9 0.8 0.43
Hex C4 81 16 0 22 59 17 25 50 2B
Octal 304 201 26 0 42 131 27 45 120 53
Binary 11000100 10000001 10110 0 100010 1011001 10111 100101 1010000 101011

Color Harmonies of #C48116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48116

Black with #C48116

Text Example


Text Example

White with #C48116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48116; }

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

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

background-color css

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

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

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

border-color css

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

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

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