Html Css Color HEX #DD6325 Chocolate

📋 copy color: '#DD6325'

red 221 ◦ green 99 ◦ blue 37

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

Shades of Chocolate #DD6325

Tints of Chocolate #DD6325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 61.9%
G = 27.73%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD6325 (or 0xDD6325) is known color: Chocolate. HEX triplet: DD, 63 and 25. RGB value is (221,99,37). Sum of RGB (Red+Green+Blue) = 221+99+37=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6325 is #229CDA. Grayscale: #808080. Windows color (decimal): -2268379 or 2450397. OLE color: 2450397.

HSL color Cylindrical-coordinate representation of color #DD6325: hue angle of 20.22º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD6325 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 37 -
CMYK 0 0.55 0.83 0.13
HSL 20.22º 0.73% 0.51% -
HSV(B) 20.22º 0.83% 0.87% -
XYZ 34.61 24.43 4.64 -
YUV 128.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 221 99 37 0 0.55 0.83 0.13 20.22 0.73 0.51
Hex DD 63 25 0 37 53 D 14 49 33
Octal 335 143 45 0 67 123 15 24 111 63
Binary 11011101 1100011 100101 0 110111 1010011 1101 10100 1001001 110011

Color Harmonies of #DD6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6325

Black with #DD6325

Text Example


Text Example

White with #DD6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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