Html Css Color HEX #DD6125 Chocolate

📋 copy color: '#DD6125'

red 221 ◦ green 97 ◦ blue 37

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

Shades of Chocolate #DD6125

Tints of Chocolate #DD6125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 62.25%
G = 27.32%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD6125 (or 0xDD6125) is known color: Chocolate. HEX triplet: DD, 61 and 25. RGB value is (221,97,37). Sum of RGB (Red+Green+Blue) = 221+97+37=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6125 is #229EDA. Grayscale: #7F7F7F. Windows color (decimal): -2268891 or 2449885. OLE color: 2449885.

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

Color convert

RGB 221 97 37 -
CMYK 0 0.56 0.83 0.13
HSL 19.57º 0.73% 0.51% -
HSV(B) 19.57º 0.83% 0.87% -
XYZ 34.43 24.06 4.58 -
YUV 127.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 221 97 37 0 0.56 0.83 0.13 19.57 0.73 0.51
Hex DD 61 25 0 38 53 D 14 49 33
Octal 335 141 45 0 70 123 15 24 111 63
Binary 11011101 1100001 100101 0 111000 1010011 1101 10100 1001001 110011

Color Harmonies of #DD6125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6125

Black with #DD6125

Text Example


Text Example

White with #DD6125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6125; }

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

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

background-color css

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

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

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

border-color css

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

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

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