Html Css Color HEX #DD6A1F Chocolate

📋 copy color: '#DD6A1F'

red 221 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #DD6A1F

Tints of Chocolate #DD6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 61.73%
G = 29.61%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD6A1F (or 0xDD6A1F) is known color: Chocolate. HEX triplet: DD, 6A and 1F. RGB value is (221,106,31). Sum of RGB (Red+Green+Blue) = 221+106+31=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A1F is #2295E0. Grayscale: #848484. Windows color (decimal): -2266593 or 2058973. OLE color: 2058973.

HSL color Cylindrical-coordinate representation of color #DD6A1F: hue angle of 23.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6A1F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 31 -
CMYK 0 0.52 0.86 0.13
HSL 23.68º 0.75% 0.49% -
HSV(B) 23.68º 0.86% 0.87% -
XYZ 35.22 25.78 4.42 -
YUV 131.84 71.1 191.6 -
System Red Green Blue C M Y K H S L
Decimal 221 106 31 0 0.52 0.86 0.13 23.68 0.75 0.49
Hex DD 6A 1F 0 34 56 D 18 4B 31
Octal 335 152 37 0 64 126 15 30 113 61
Binary 11011101 1101010 11111 0 110100 1010110 1101 11000 1001011 110001

Color Harmonies of #DD6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A1F

Black with #DD6A1F

Text Example


Text Example

White with #DD6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A1F; }

 p { color: rgb(221,106,31); }

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

background-color css

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

 a { background-color: rgb(221,106,31); }

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

border-color css

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

 span { border-color: rgb(221,106,31); }

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