Html Css Color HEX #DD601A Chocolate

📋 copy color: '#DD601A'

red 221 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #DD601A

Tints of Chocolate #DD601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 64.43%
G = 27.99%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD601A (or 0xDD601A) is known color: Chocolate. HEX triplet: DD, 60 and 1A. RGB value is (221,96,26). Sum of RGB (Red+Green+Blue) = 221+96+26=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD601A is #229FE5. Grayscale: #7D7D7D. Windows color (decimal): -2269158 or 1728733. OLE color: 1728733.

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

Color convert

RGB 221 96 26 -
CMYK 0 0.57 0.88 0.13
HSL 21.54º 0.79% 0.48% -
HSV(B) 21.54º 0.88% 0.87% -
XYZ 34.19 23.81 3.77 -
YUV 125.4 71.91 196.19 -
System Red Green Blue C M Y K H S L
Decimal 221 96 26 0 0.57 0.88 0.13 21.54 0.79 0.48
Hex DD 60 1A 0 39 58 D 16 4F 30
Octal 335 140 32 0 71 130 15 26 117 60
Binary 11011101 1100000 11010 0 111001 1011000 1101 10110 1001111 110000

Color Harmonies of #DD601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD601A

Black with #DD601A

Text Example


Text Example

White with #DD601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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