Html Css Color HEX #DA531B Chocolate

📋 copy color: '#DA531B'

red 218 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #DA531B

Tints of Chocolate #DA531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 66.46%
G = 25.3%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA531B (or 0xDA531B) is known color: Chocolate. HEX triplet: DA, 53 and 1B. RGB value is (218,83,27). Sum of RGB (Red+Green+Blue) = 218+83+27=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA531B is #25ACE4. Grayscale: #757575. Windows color (decimal): -2469093 or 1790938. OLE color: 1790938.

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

Color convert

RGB 218 83 27 -
CMYK 0 0.62 0.88 0.15
HSL 17.59º 0.78% 0.48% -
HSV(B) 17.59º 0.88% 0.85% -
XYZ 32.2 21.17 3.43 -
YUV 116.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 218 83 27 0 0.62 0.88 0.15 17.59 0.78 0.48
Hex DA 53 1B 0 3E 58 F 12 4E 30
Octal 332 123 33 0 76 130 17 22 116 60
Binary 11011010 1010011 11011 0 111110 1011000 1111 10010 1001110 110000

Color Harmonies of #DA531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA531B

Black with #DA531B

Text Example


Text Example

White with #DA531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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