Html Css Color HEX #DD621B Chocolate

📋 copy color: '#DD621B'

red 221 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #DD621B

Tints of Chocolate #DD621B

RGB

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

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

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

R = 63.87%
G = 28.32%
B = 7.8%

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

#DD621B (or 0xDD621B) is known color: Chocolate. HEX triplet: DD, 62 and 1B. RGB value is (221,98,27). Sum of RGB (Red+Green+Blue) = 221+98+27=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD621B is #229DE4. Grayscale: #7F7F7F. Windows color (decimal): -2268645 or 1794781. OLE color: 1794781.

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

Color convert

RGB 221 98 27 -
CMYK 0 0.56 0.88 0.13
HSL 21.96º 0.78% 0.49% -
HSV(B) 21.96º 0.88% 0.87% -
XYZ 34.38 24.19 3.89 -
YUV 126.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 221 98 27 0 0.56 0.88 0.13 21.96 0.78 0.49
Hex DD 62 1B 0 38 58 D 16 4E 31
Octal 335 142 33 0 70 130 15 26 116 61
Binary 11011101 1100010 11011 0 111000 1011000 1101 10110 1001110 110001

Color Harmonies of #DD621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD621B

Black with #DD621B

Text Example


Text Example

White with #DD621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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