Html Css Color HEX #DD631A Chocolate

📋 copy color: '#DD631A'

red 221 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #DD631A

Tints of Chocolate #DD631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

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

R = 63.87%
G = 28.61%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD631A (or 0xDD631A) is known color: Chocolate. HEX triplet: DD, 63 and 1A. RGB value is (221,99,26). Sum of RGB (Red+Green+Blue) = 221+99+26=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD631A is #229CE5. Grayscale: #7F7F7F. Windows color (decimal): -2268390 or 1729501. OLE color: 1729501.

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

Color convert

RGB 221 99 26 -
CMYK 0 0.55 0.88 0.13
HSL 22.46º 0.79% 0.48% -
HSV(B) 22.46º 0.88% 0.87% -
XYZ 34.47 24.37 3.86 -
YUV 127.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 221 99 26 0 0.55 0.88 0.13 22.46 0.79 0.48
Hex DD 63 1A 0 37 58 D 16 4F 30
Octal 335 143 32 0 67 130 15 26 117 60
Binary 11011101 1100011 11010 0 110111 1011000 1101 10110 1001111 110000

Color Harmonies of #DD631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD631A

Black with #DD631A

Text Example


Text Example

White with #DD631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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