Html Css Color HEX #C48815 Dark Goldenrod

📋 copy color: '#C48815'

red 196 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #C48815

Tints of Dark Goldenrod #C48815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 55.52%
G = 38.53%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C48815 (or 0xC48815) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 15. RGB value is (196,136,21). Sum of RGB (Red+Green+Blue) = 196+136+21=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C48815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48815 is #3B77EA. Grayscale: #8D8D8D. Windows color (decimal): -3897323 or 1411268. OLE color: 1411268.

HSL color Cylindrical-coordinate representation of color #C48815: hue angle of 39.43º degrees, saturation: 0.81, 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 #C48815 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 21 -
CMYK 0 0.31 0.89 0.23
HSL 39.43º 0.81% 0.43% -
HSV(B) 39.43º 0.89% 0.77% -
XYZ 31.7 29.4 4.71 -
YUV 140.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 196 136 21 0 0.31 0.89 0.23 39.43 0.81 0.43
Hex C4 88 15 0 1F 59 17 27 51 2B
Octal 304 210 25 0 37 131 27 47 121 53
Binary 11000100 10001000 10101 0 11111 1011001 10111 100111 1010001 101011

Color Harmonies of #C48815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48815

Black with #C48815

Text Example


Text Example

White with #C48815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48815; }

 p { color: rgb(196,136,21); }

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

background-color css

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

 a { background-color: rgb(196,136,21); }

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

border-color css

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

 span { border-color: rgb(196,136,21); }

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