Html Css Color HEX #DD651B Chocolate

📋 copy color: '#DD651B'

red 221 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #DD651B

Tints of Chocolate #DD651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 63.32%
G = 28.94%
B = 7.74%

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

#DD651B (or 0xDD651B) is known color: Chocolate. HEX triplet: DD, 65 and 1B. RGB value is (221,101,27). Sum of RGB (Red+Green+Blue) = 221+101+27=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD651B is #229AE4. Grayscale: #808080. Windows color (decimal): -2267877 or 1795549. OLE color: 1795549.

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

Color convert

RGB 221 101 27 -
CMYK 0 0.54 0.88 0.13
HSL 22.89º 0.78% 0.49% -
HSV(B) 22.89º 0.88% 0.87% -
XYZ 34.67 24.76 3.99 -
YUV 128.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 221 101 27 0 0.54 0.88 0.13 22.89 0.78 0.49
Hex DD 65 1B 0 36 58 D 17 4E 31
Octal 335 145 33 0 66 130 15 27 116 61
Binary 11011101 1100101 11011 0 110110 1011000 1101 10111 1001110 110001

Color Harmonies of #DD651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD651B

Black with #DD651B

Text Example


Text Example

White with #DD651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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