Html Css Color HEX #DD661B Chocolate

📋 copy color: '#DD661B'

red 221 ◦ green 102 ◦ blue 27

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

Shades of Chocolate #DD661B

Tints of Chocolate #DD661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 63.14%
G = 29.14%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD661B (or 0xDD661B) is known color: Chocolate. HEX triplet: DD, 66 and 1B. RGB value is (221,102,27). Sum of RGB (Red+Green+Blue) = 221+102+27=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD661B is #2299E4. Grayscale: #818181. Windows color (decimal): -2267621 or 1795805. OLE color: 1795805.

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

Color convert

RGB 221 102 27 -
CMYK 0 0.54 0.88 0.13
HSL 23.2º 0.78% 0.49% -
HSV(B) 23.2º 0.88% 0.87% -
XYZ 34.77 24.95 4.02 -
YUV 129.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 221 102 27 0 0.54 0.88 0.13 23.2 0.78 0.49
Hex DD 66 1B 0 36 58 D 17 4E 31
Octal 335 146 33 0 66 130 15 27 116 61
Binary 11011101 1100110 11011 0 110110 1011000 1101 10111 1001110 110001

Color Harmonies of #DD661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD661B

Black with #DD661B

Text Example


Text Example

White with #DD661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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