Html Css Color HEX #DD6B0F Chocolate

📋 copy color: '#DD6B0F'

red 221 ◦ green 107 ◦ blue 15

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

Shades of Chocolate #DD6B0F

Tints of Chocolate #DD6B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 64.43%
G = 31.2%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6B0F (or 0xDD6B0F) is known color: Chocolate. HEX triplet: DD, 6B and 0F. RGB value is (221,107,15). Sum of RGB (Red+Green+Blue) = 221+107+15=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B0F is #2294F0. Grayscale: #838383. Windows color (decimal): -2266353 or 1010653. OLE color: 1010653.

HSL color Cylindrical-coordinate representation of color #DD6B0F: hue angle of 26.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD6B0F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 15 -
CMYK 0 0.52 0.93 0.13
HSL 26.8º 0.87% 0.46% -
HSV(B) 26.8º 0.93% 0.87% -
XYZ 35.16 25.92 3.6 -
YUV 130.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 221 107 15 0 0.52 0.93 0.13 26.8 0.87 0.46
Hex DD 6B F 0 34 5D D 1B 57 2E
Octal 335 153 17 0 64 135 15 33 127 56
Binary 11011101 1101011 1111 0 110100 1011101 1101 11011 1010111 101110

Color Harmonies of #DD6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B0F

Black with #DD6B0F

Text Example


Text Example

White with #DD6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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