Html Css Color HEX #C48015 Dark Goldenrod

📋 copy color: '#C48015'

red 196 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #C48015

Tints of Dark Goldenrod #C48015

RGB

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

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

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

R = 56.81%
G = 37.1%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C48015 (or 0xC48015) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 15. RGB value is (196,128,21). Sum of RGB (Red+Green+Blue) = 196+128+21=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C48015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48015 is #3B7FEA. Grayscale: #888888. Windows color (decimal): -3899371 or 1409220. OLE color: 1409220.

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

Color convert

RGB 196 128 21 -
CMYK 0 0.35 0.89 0.23
HSL 36.69º 0.81% 0.43% -
HSV(B) 36.69º 0.89% 0.77% -
XYZ 30.62 27.23 4.35 -
YUV 136.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 196 128 21 0 0.35 0.89 0.23 36.69 0.81 0.43
Hex C4 80 15 0 23 59 17 25 51 2B
Octal 304 200 25 0 43 131 27 45 121 53
Binary 11000100 10000000 10101 0 100011 1011001 10111 100101 1010001 101011

Color Harmonies of #C48015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48015

Black with #C48015

Text Example


Text Example

White with #C48015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48015; }

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

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

background-color css

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

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

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

border-color css

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

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

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