Html Css Color HEX #DC6915 Chocolate

📋 copy color: '#DC6915'

red 220 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #DC6915

Tints of Chocolate #DC6915

RGB

 RED value IS 220 (86.33% from 255) = 63.58%

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 63.58%
G = 30.35%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6915 (or 0xDC6915) is known color: Chocolate. HEX triplet: DC, 69 and 15. RGB value is (220,105,21). Sum of RGB (Red+Green+Blue) = 220+105+21=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6915 is #2396EA. Grayscale: #828282. Windows color (decimal): -2332395 or 1403356. OLE color: 1403356.

HSL color Cylindrical-coordinate representation of color #DC6915: hue angle of 25.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6915 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 21 -
CMYK 0 0.52 0.90 0.14
HSL 25.33º 0.83% 0.47% -
HSV(B) 25.33º 0.9% 0.86% -
XYZ 34.7 25.37 3.78 -
YUV 129.81 66.6 192.33 -
System Red Green Blue C M Y K H S L
Decimal 220 105 21 0 0.52 0.90 0.14 25.33 0.83 0.47
Hex DC 69 15 0 34 5A E 19 53 2F
Octal 334 151 25 0 64 132 16 31 123 57
Binary 11011100 1101001 10101 0 110100 1011010 1110 11001 1010011 101111

Color Harmonies of #DC6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6915

Black with #DC6915

Text Example


Text Example

White with #DC6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6915; }

 p { color: rgb(220,105,21); }

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

background-color css

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

 a { background-color: rgb(220,105,21); }

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

border-color css

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

 span { border-color: rgb(220,105,21); }

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