Html Css Color HEX #DA531D Chocolate

📋 copy color: '#DA531D'

red 218 ◦ green 83 ◦ blue 29

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

Shades of Chocolate #DA531D

Tints of Chocolate #DA531D

RGB

 RED value IS 218 (85.55% from 255) = 66.06%

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 66.06%
G = 25.15%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA531D (or 0xDA531D) is known color: Chocolate. HEX triplet: DA, 53 and 1D. RGB value is (218,83,29). Sum of RGB (Red+Green+Blue) = 218+83+29=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA531D is #25ACE2. Grayscale: #757575. Windows color (decimal): -2469091 or 1922010. OLE color: 1922010.

HSL color Cylindrical-coordinate representation of color #DA531D: hue angle of 17.14º 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 #DA531D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 29 -
CMYK 0 0.62 0.87 0.15
HSL 17.14º 0.77% 0.48% -
HSV(B) 17.14º 0.87% 0.85% -
XYZ 32.23 21.18 3.55 -
YUV 117.21 78.23 199.89 -
System Red Green Blue C M Y K H S L
Decimal 218 83 29 0 0.62 0.87 0.15 17.14 0.77 0.48
Hex DA 53 1D 0 3E 57 F 11 4D 30
Octal 332 123 35 0 76 127 17 21 115 60
Binary 11011010 1010011 11101 0 111110 1010111 1111 10001 1001101 110000

Color Harmonies of #DA531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA531D

Black with #DA531D

Text Example


Text Example

White with #DA531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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