Html Css Color HEX #DA5D1B Chocolate

📋 copy color: '#DA5D1B'

red 218 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #DA5D1B

Tints of Chocolate #DA5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 64.5%
G = 27.51%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA5D1B (or 0xDA5D1B) is known color: Chocolate. HEX triplet: DA, 5D and 1B. RGB value is (218,93,27). Sum of RGB (Red+Green+Blue) = 218+93+27=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D1B is #25A2E4. Grayscale: #7B7B7B. Windows color (decimal): -2466533 or 1793498. OLE color: 1793498.

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

Color convert

RGB 218 93 27 -
CMYK 0 0.57 0.88 0.15
HSL 20.73º 0.78% 0.48% -
HSV(B) 20.73º 0.88% 0.85% -
XYZ 33.03 22.81 3.7 -
YUV 122.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 218 93 27 0 0.57 0.88 0.15 20.73 0.78 0.48
Hex DA 5D 1B 0 39 58 F 15 4E 30
Octal 332 135 33 0 71 130 17 25 116 60
Binary 11011010 1011101 11011 0 111001 1011000 1111 10101 1001110 110000

Color Harmonies of #DA5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D1B

Black with #DA5D1B

Text Example


Text Example

White with #DA5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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