Html Css Color HEX #DD6B14 Chocolate

📋 copy color: '#DD6B14'

red 221 ◦ green 107 ◦ blue 20

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

Shades of Chocolate #DD6B14

Tints of Chocolate #DD6B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 63.51%
G = 30.75%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6B14 (or 0xDD6B14) is known color: Chocolate. HEX triplet: DD, 6B and 14. RGB value is (221,107,20). Sum of RGB (Red+Green+Blue) = 221+107+20=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B14 is #2294EB. Grayscale: #838383. Windows color (decimal): -2266348 or 1338333. OLE color: 1338333.

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

Color convert

RGB 221 107 20 -
CMYK 0 0.52 0.91 0.13
HSL 25.97º 0.83% 0.47% -
HSV(B) 25.97º 0.91% 0.87% -
XYZ 35.2 25.94 3.81 -
YUV 131.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 221 107 20 0 0.52 0.91 0.13 25.97 0.83 0.47
Hex DD 6B 14 0 34 5B D 1A 53 2F
Octal 335 153 24 0 64 133 15 32 123 57
Binary 11011101 1101011 10100 0 110100 1011011 1101 11010 1010011 101111

Color Harmonies of #DD6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B14

Black with #DD6B14

Text Example


Text Example

White with #DD6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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