Html Css Color HEX #DA601B Chocolate

📋 copy color: '#DA601B'

red 218 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #DA601B

Tints of Chocolate #DA601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 63.93%
G = 28.15%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA601B (or 0xDA601B) is known color: Chocolate. HEX triplet: DA, 60 and 1B. RGB value is (218,96,27). Sum of RGB (Red+Green+Blue) = 218+96+27=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA601B is #259FE4. Grayscale: #7D7D7D. Windows color (decimal): -2465765 or 1794266. OLE color: 1794266.

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

Color convert

RGB 218 96 27 -
CMYK 0 0.56 0.88 0.15
HSL 21.68º 0.78% 0.48% -
HSV(B) 21.68º 0.88% 0.85% -
XYZ 33.29 23.35 3.79 -
YUV 124.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 218 96 27 0 0.56 0.88 0.15 21.68 0.78 0.48
Hex DA 60 1B 0 38 58 F 16 4E 30
Octal 332 140 33 0 70 130 17 26 116 60
Binary 11011010 1100000 11011 0 111000 1011000 1111 10110 1001110 110000

Color Harmonies of #DA601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA601B

Black with #DA601B

Text Example


Text Example

White with #DA601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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