Html Css Color HEX #C48615 Dark Goldenrod

📋 copy color: '#C48615'

red 196 ◦ green 134 ◦ blue 21

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

Shades of Dark Goldenrod #C48615

Tints of Dark Goldenrod #C48615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

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

R = 55.84%
G = 38.18%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C48615 (or 0xC48615) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 15. RGB value is (196,134,21). Sum of RGB (Red+Green+Blue) = 196+134+21=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C48615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48615 is #3B79EA. Grayscale: #8C8C8C. Windows color (decimal): -3897835 or 1410756. OLE color: 1410756.

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

Color convert

RGB 196 134 21 -
CMYK 0 0.32 0.89 0.23
HSL 38.74º 0.81% 0.43% -
HSV(B) 38.74º 0.89% 0.77% -
XYZ 31.43 28.84 4.62 -
YUV 139.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 196 134 21 0 0.32 0.89 0.23 38.74 0.81 0.43
Hex C4 86 15 0 20 59 17 27 51 2B
Octal 304 206 25 0 40 131 27 47 121 53
Binary 11000100 10000110 10101 0 100000 1011001 10111 100111 1010001 101011

Color Harmonies of #C48615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48615

Black with #C48615

Text Example


Text Example

White with #C48615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48615; }

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

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

background-color css

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

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

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

border-color css

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

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

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