#DA6A1D

Color #DA6A1D Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #DA6A1D

Tints of Chocolate #DA6A1D

Color information

#DA6A1D (or 0xDA6A1D) is unknown color: approx Chocolate. HEX triplet: DA, 6A and 1D. RGB value is (218,106,29). Sum of RGB (Red+Green+Blue) = 218+106+29=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A1D is #2595E2. Grayscale: #838383. Windows color (decimal): -2463203 or 1927898. OLE color: 1927898.

HSL color Cylindrical-coordinate representation of color #DA6A1D: hue angle of 24.44º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA6A1D is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21810629-
CMYK00.510.870.15
HSL24.44º76.52%48.43%-
HSV(B)24.44º86.7%85.49%-
XYZ34.2925.34.24-
YUV130.7170.61190.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.76%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=61.76%
G=30.03%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181062900.510.870.1524.4476.5248.43
HexDA6A1D03357F184d30
Octal33215235063127173011560
Binary11011010110101011101011001110101111111110001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6A1D; }

 p { color: rgb(218,106,29); }

 H1.HeaderClassName
 {
   color: #DA6A1D;
 }
 .AnyTagClassName
 {
   color: #DA6A1D;
 }
</style>
background-color css

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

 a { background-color: rgb(218,106,29); }

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

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

 span { border-color: rgb(218,106,29); }

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