Html Css Color HEX #DD621A Chocolate

📋 copy color: '#DD621A'

red 221 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #DD621A

Tints of Chocolate #DD621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 64.06%
G = 28.41%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD621A (or 0xDD621A) is known color: Chocolate. HEX triplet: DD, 62 and 1A. RGB value is (221,98,26). Sum of RGB (Red+Green+Blue) = 221+98+26=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD621A is #229DE5. Grayscale: #7E7E7E. Windows color (decimal): -2268646 or 1729245. OLE color: 1729245.

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

Color convert

RGB 221 98 26 -
CMYK 0 0.56 0.88 0.13
HSL 22.15º 0.79% 0.48% -
HSV(B) 22.15º 0.88% 0.87% -
XYZ 34.37 24.18 3.83 -
YUV 126.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 221 98 26 0 0.56 0.88 0.13 22.15 0.79 0.48
Hex DD 62 1A 0 38 58 D 16 4F 30
Octal 335 142 32 0 70 130 15 26 117 60
Binary 11011101 1100010 11010 0 111000 1011000 1101 10110 1001111 110000

Color Harmonies of #DD621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD621A

Black with #DD621A

Text Example


Text Example

White with #DD621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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