Html Css Color HEX #DA531E Chocolate

📋 copy color: '#DA531E'

red 218 ◦ green 83 ◦ blue 30

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

Shades of Chocolate #DA531E

Tints of Chocolate #DA531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 65.86%
G = 25.08%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA531E (or 0xDA531E) is known color: Chocolate. HEX triplet: DA, 53 and 1E. RGB value is (218,83,30). Sum of RGB (Red+Green+Blue) = 218+83+30=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA531E is #25ACE1. Grayscale: #757575. Windows color (decimal): -2469090 or 1987546. OLE color: 1987546.

HSL color Cylindrical-coordinate representation of color #DA531E: hue angle of 16.91º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA531E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 30 -
CMYK 0 0.62 0.86 0.15
HSL 16.91º 0.76% 0.49% -
HSV(B) 16.91º 0.86% 0.85% -
XYZ 32.24 21.19 3.62 -
YUV 117.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 218 83 30 0 0.62 0.86 0.15 16.91 0.76 0.49
Hex DA 53 1E 0 3E 56 F 11 4C 31
Octal 332 123 36 0 76 126 17 21 114 61
Binary 11011010 1010011 11110 0 111110 1010110 1111 10001 1001100 110001

Color Harmonies of #DA531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA531E

Black with #DA531E

Text Example


Text Example

White with #DA531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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