Html Css Color HEX #DA601D Chocolate

📋 copy color: '#DA601D'

red 218 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #DA601D

Tints of Chocolate #DA601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 63.56%
G = 27.99%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA601D (or 0xDA601D) is known color: Chocolate. HEX triplet: DA, 60 and 1D. RGB value is (218,96,29). Sum of RGB (Red+Green+Blue) = 218+96+29=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA601D is #259FE2. Grayscale: #7D7D7D. Windows color (decimal): -2465763 or 1925338. OLE color: 1925338.

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

Color convert

RGB 218 96 29 -
CMYK 0 0.56 0.87 0.15
HSL 21.27º 0.77% 0.48% -
HSV(B) 21.27º 0.87% 0.85% -
XYZ 33.32 23.36 3.92 -
YUV 124.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 218 96 29 0 0.56 0.87 0.15 21.27 0.77 0.48
Hex DA 60 1D 0 38 57 F 15 4D 30
Octal 332 140 35 0 70 127 17 25 115 60
Binary 11011010 1100000 11101 0 111000 1010111 1111 10101 1001101 110000

Color Harmonies of #DA601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA601D

Black with #DA601D

Text Example


Text Example

White with #DA601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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