Html Css Color HEX #DD6316 Chocolate

📋 copy color: '#DD6316'

red 221 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #DD6316

Tints of Chocolate #DD6316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 64.62%
G = 28.95%
B = 6.43%

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

#DD6316 (or 0xDD6316) is known color: Chocolate. HEX triplet: DD, 63 and 16. RGB value is (221,99,22). Sum of RGB (Red+Green+Blue) = 221+99+22=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6316 is #229CE9. Grayscale: #7F7F7F. Windows color (decimal): -2268394 or 1467357. OLE color: 1467357.

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

Color convert

RGB 221 99 22 -
CMYK 0 0.55 0.90 0.13
HSL 23.22º 0.82% 0.48% -
HSV(B) 23.22º 0.9% 0.87% -
XYZ 34.43 24.35 3.65 -
YUV 126.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 221 99 22 0 0.55 0.90 0.13 23.22 0.82 0.48
Hex DD 63 16 0 37 5A D 17 52 30
Octal 335 143 26 0 67 132 15 27 122 60
Binary 11011101 1100011 10110 0 110111 1011010 1101 10111 1010010 110000

Color Harmonies of #DD6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6316

Black with #DD6316

Text Example


Text Example

White with #DD6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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