Html Css Color HEX #DD701B Chocolate

📋 copy color: '#DD701B'

red 221 ◦ green 112 ◦ blue 27

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

Shades of Chocolate #DD701B

Tints of Chocolate #DD701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 61.39%
G = 31.11%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD701B (or 0xDD701B) is known color: Chocolate. HEX triplet: DD, 70 and 1B. RGB value is (221,112,27). Sum of RGB (Red+Green+Blue) = 221+112+27=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD701B is #228FE4. Grayscale: #878787. Windows color (decimal): -2265061 or 1798365. OLE color: 1798365.

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

Color convert

RGB 221 112 27 -
CMYK 0 0.49 0.88 0.13
HSL 26.29º 0.78% 0.49% -
HSV(B) 26.29º 0.88% 0.87% -
XYZ 35.81 27.04 4.37 -
YUV 134.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 221 112 27 0 0.49 0.88 0.13 26.29 0.78 0.49
Hex DD 70 1B 0 31 58 D 1A 4E 31
Octal 335 160 33 0 61 130 15 32 116 61
Binary 11011101 1110000 11011 0 110001 1011000 1101 11010 1001110 110001

Color Harmonies of #DD701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD701B

Black with #DD701B

Text Example


Text Example

White with #DD701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD701B; }

 p { color: rgb(221,112,27); }

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

background-color css

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

 a { background-color: rgb(221,112,27); }

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

border-color css

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

 span { border-color: rgb(221,112,27); }

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