Html Css Color HEX #DA521B Chocolate

📋 copy color: '#DA521B'

red 218 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #DA521B

Tints of Chocolate #DA521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 66.67%
G = 25.08%
B = 8.26%

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

#DA521B (or 0xDA521B) is known color: Chocolate. HEX triplet: DA, 52 and 1B. RGB value is (218,82,27). Sum of RGB (Red+Green+Blue) = 218+82+27=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA521B is #25ADE4. Grayscale: #747474. Windows color (decimal): -2469349 or 1790682. OLE color: 1790682.

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

Color convert

RGB 218 82 27 -
CMYK 0 0.62 0.88 0.15
HSL 17.28º 0.78% 0.48% -
HSV(B) 17.28º 0.88% 0.85% -
XYZ 32.13 21.02 3.4 -
YUV 116.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 218 82 27 0 0.62 0.88 0.15 17.28 0.78 0.48
Hex DA 52 1B 0 3E 58 F 11 4E 30
Octal 332 122 33 0 76 130 17 21 116 60
Binary 11011010 1010010 11011 0 111110 1011000 1111 10001 1001110 110000

Color Harmonies of #DA521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA521B

Black with #DA521B

Text Example


Text Example

White with #DA521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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