Html Css Color HEX #DD650D Chocolate

📋 copy color: '#DD650D'

red 221 ◦ green 101 ◦ blue 13

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

Shades of Chocolate #DD650D

Tints of Chocolate #DD650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 65.97%
G = 30.15%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD650D (or 0xDD650D) is known color: Chocolate. HEX triplet: DD, 65 and 0D. RGB value is (221,101,13). Sum of RGB (Red+Green+Blue) = 221+101+13=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD650D is #229AF2. Grayscale: #7F7F7F. Windows color (decimal): -2267891 or 878045. OLE color: 878045.

HSL color Cylindrical-coordinate representation of color #DD650D: hue angle of 25.38º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD650D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 13 -
CMYK 0 0.54 0.94 0.13
HSL 25.38º 0.89% 0.46% -
HSV(B) 25.38º 0.94% 0.87% -
XYZ 34.55 24.71 3.33 -
YUV 126.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 221 101 13 0 0.54 0.94 0.13 25.38 0.89 0.46
Hex DD 65 D 0 36 5E D 19 59 2E
Octal 335 145 15 0 66 136 15 31 131 56
Binary 11011101 1100101 1101 0 110110 1011110 1101 11001 1011001 101110

Color Harmonies of #DD650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD650D

Black with #DD650D

Text Example


Text Example

White with #DD650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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