Html Css Color HEX #DD6315 Chocolate

📋 copy color: '#DD6315'

red 221 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #DD6315

Tints of Chocolate #DD6315

RGB

 RED value IS 221 (86.72% from 255) = 64.81%

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 64.81%
G = 29.03%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6315 (or 0xDD6315) is known color: Chocolate. HEX triplet: DD, 63 and 15. RGB value is (221,99,21). Sum of RGB (Red+Green+Blue) = 221+99+21=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6315 is #229CEA. Grayscale: #7F7F7F. Windows color (decimal): -2268395 or 1401821. OLE color: 1401821.

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

Color convert

RGB 221 99 21 -
CMYK 0 0.55 0.90 0.13
HSL 23.4º 0.83% 0.47% -
HSV(B) 23.4º 0.9% 0.87% -
XYZ 34.42 24.35 3.6 -
YUV 126.59 68.42 195.34 -
System Red Green Blue C M Y K H S L
Decimal 221 99 21 0 0.55 0.90 0.13 23.4 0.83 0.47
Hex DD 63 15 0 37 5A D 17 53 2F
Octal 335 143 25 0 67 132 15 27 123 57
Binary 11011101 1100011 10101 0 110111 1011010 1101 10111 1010011 101111

Color Harmonies of #DD6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6315

Black with #DD6315

Text Example


Text Example

White with #DD6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6315; }

 p { color: rgb(221,99,21); }

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

background-color css

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

 a { background-color: rgb(221,99,21); }

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

border-color css

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

 span { border-color: rgb(221,99,21); }

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