Html Css Color HEX #DA501B Chocolate

📋 copy color: '#DA501B'

red 218 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #DA501B

Tints of Chocolate #DA501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 67.08%
G = 24.62%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA501B (or 0xDA501B) is known color: Chocolate. HEX triplet: DA, 50 and 1B. RGB value is (218,80,27). Sum of RGB (Red+Green+Blue) = 218+80+27=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA501B is #25AFE4. Grayscale: #737373. Windows color (decimal): -2469861 or 1790170. OLE color: 1790170.

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

Color convert

RGB 218 80 27 -
CMYK 0 0.63 0.88 0.15
HSL 16.65º 0.78% 0.48% -
HSV(B) 16.65º 0.88% 0.85% -
XYZ 31.98 20.72 3.35 -
YUV 115.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 218 80 27 0 0.63 0.88 0.15 16.65 0.78 0.48
Hex DA 50 1B 0 3F 58 F 11 4E 30
Octal 332 120 33 0 77 130 17 21 116 60
Binary 11011010 1010000 11011 0 111111 1011000 1111 10001 1001110 110000

Color Harmonies of #DA501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA501B

Black with #DA501B

Text Example


Text Example

White with #DA501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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