Html Css Color HEX #DD6314 Chocolate

📋 copy color: '#DD6314'

red 221 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #DD6314

Tints of Chocolate #DD6314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 65%
G = 29.12%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6314 (or 0xDD6314) is known color: Chocolate. HEX triplet: DD, 63 and 14. RGB value is (221,99,20). Sum of RGB (Red+Green+Blue) = 221+99+20=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6314 is #229CEB. Grayscale: #7E7E7E. Windows color (decimal): -2268396 or 1336285. OLE color: 1336285.

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

Color convert

RGB 221 99 20 -
CMYK 0 0.55 0.91 0.13
HSL 23.58º 0.83% 0.47% -
HSV(B) 23.58º 0.91% 0.87% -
XYZ 34.41 24.35 3.55 -
YUV 126.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 221 99 20 0 0.55 0.91 0.13 23.58 0.83 0.47
Hex DD 63 14 0 37 5B D 18 53 2F
Octal 335 143 24 0 67 133 15 30 123 57
Binary 11011101 1100011 10100 0 110111 1011011 1101 11000 1010011 101111

Color Harmonies of #DD6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6314

Black with #DD6314

Text Example


Text Example

White with #DD6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6314; }

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

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

background-color css

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

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

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

border-color css

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

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

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