Html Css Color HEX #DD6916 Chocolate

📋 copy color: '#DD6916'

red 221 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #DD6916

Tints of Chocolate #DD6916

RGB

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

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

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

R = 63.51%
G = 30.17%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6916 (or 0xDD6916) is known color: Chocolate. HEX triplet: DD, 69 and 16. RGB value is (221,105,22). Sum of RGB (Red+Green+Blue) = 221+105+22=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6916 is #2296E9. Grayscale: #828282. Windows color (decimal): -2266858 or 1468893. OLE color: 1468893.

HSL color Cylindrical-coordinate representation of color #DD6916: hue angle of 25.03º 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 #DD6916 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 22 -
CMYK 0 0.52 0.90 0.13
HSL 25.03º 0.82% 0.48% -
HSV(B) 25.03º 0.9% 0.87% -
XYZ 35.02 25.53 3.84 -
YUV 130.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 221 105 22 0 0.52 0.90 0.13 25.03 0.82 0.48
Hex DD 69 16 0 34 5A D 19 52 30
Octal 335 151 26 0 64 132 15 31 122 60
Binary 11011101 1101001 10110 0 110100 1011010 1101 11001 1010010 110000

Color Harmonies of #DD6916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6916

Black with #DD6916

Text Example


Text Example

White with #DD6916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6916; }

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

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

background-color css

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

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

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

border-color css

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

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

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