Html Css Color HEX #DD721A Chocolate

📋 copy color: '#DD721A'

red 221 ◦ green 114 ◦ blue 26

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

Shades of Chocolate #DD721A

Tints of Chocolate #DD721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 61.22%
G = 31.58%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD721A (or 0xDD721A) is known color: Chocolate. HEX triplet: DD, 72 and 1A. RGB value is (221,114,26). Sum of RGB (Red+Green+Blue) = 221+114+26=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD721A is #228DE5. Grayscale: #888888. Windows color (decimal): -2264550 or 1733341. OLE color: 1733341.

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

Color convert

RGB 221 114 26 -
CMYK 0 0.48 0.88 0.13
HSL 27.08º 0.79% 0.48% -
HSV(B) 27.08º 0.88% 0.87% -
XYZ 36.02 27.48 4.38 -
YUV 135.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 221 114 26 0 0.48 0.88 0.13 27.08 0.79 0.48
Hex DD 72 1A 0 30 58 D 1B 4F 30
Octal 335 162 32 0 60 130 15 33 117 60
Binary 11011101 1110010 11010 0 110000 1011000 1101 11011 1001111 110000

Color Harmonies of #DD721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD721A

Black with #DD721A

Text Example


Text Example

White with #DD721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD721A; }

 p { color: rgb(221,114,26); }

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

background-color css

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

 a { background-color: rgb(221,114,26); }

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

border-color css

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

 span { border-color: rgb(221,114,26); }

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