Html Css Color HEX #DA6020 Chocolate

📋 copy color: '#DA6020'

red 218 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #DA6020

Tints of Chocolate #DA6020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 63.01%
G = 27.75%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA6020 (or 0xDA6020) is known color: Chocolate. HEX triplet: DA, 60 and 20. RGB value is (218,96,32). Sum of RGB (Red+Green+Blue) = 218+96+32=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6020 is #259FDF. Grayscale: #7D7D7D. Windows color (decimal): -2465760 or 2121946. OLE color: 2121946.

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

Color convert

RGB 218 96 32 -
CMYK 0 0.56 0.85 0.15
HSL 20.65º 0.74% 0.49% -
HSV(B) 20.65º 0.85% 0.85% -
XYZ 33.36 23.38 4.12 -
YUV 125.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 218 96 32 0 0.56 0.85 0.15 20.65 0.74 0.49
Hex DA 60 20 0 38 55 F 15 4A 31
Octal 332 140 40 0 70 125 17 25 112 61
Binary 11011010 1100000 100000 0 111000 1010101 1111 10101 1001010 110001

Color Harmonies of #DA6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6020

Black with #DA6020

Text Example


Text Example

White with #DA6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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