Html Css Color HEX #DD6B1C Chocolate

📋 copy color: '#DD6B1C'

red 221 ◦ green 107 ◦ blue 28

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

Shades of Chocolate #DD6B1C

Tints of Chocolate #DD6B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 62.08%
G = 30.06%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD6B1C (or 0xDD6B1C) is known color: Chocolate. HEX triplet: DD, 6B and 1C. RGB value is (221,107,28). Sum of RGB (Red+Green+Blue) = 221+107+28=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B1C is #2294E3. Grayscale: #848484. Windows color (decimal): -2266340 or 1862621. OLE color: 1862621.

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

Color convert

RGB 221 107 28 -
CMYK 0 0.52 0.87 0.13
HSL 24.56º 0.78% 0.49% -
HSV(B) 24.56º 0.87% 0.87% -
XYZ 35.29 25.97 4.25 -
YUV 132.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 221 107 28 0 0.52 0.87 0.13 24.56 0.78 0.49
Hex DD 6B 1C 0 34 57 D 19 4E 31
Octal 335 153 34 0 64 127 15 31 116 61
Binary 11011101 1101011 11100 0 110100 1010111 1101 11001 1001110 110001

Color Harmonies of #DD6B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B1C

Black with #DD6B1C

Text Example


Text Example

White with #DD6B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B1C; }

 p { color: rgb(221,107,28); }

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

background-color css

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

 a { background-color: rgb(221,107,28); }

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

border-color css

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

 span { border-color: rgb(221,107,28); }

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