Html Css Color HEX #DA6021 Chocolate

📋 copy color: '#DA6021'

red 218 ◦ green 96 ◦ blue 33

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

Shades of Chocolate #DA6021

Tints of Chocolate #DA6021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 62.82%
G = 27.67%
B = 9.51%

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

#DA6021 (or 0xDA6021) is known color: Chocolate. HEX triplet: DA, 60 and 21. RGB value is (218,96,33). Sum of RGB (Red+Green+Blue) = 218+96+33=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6021 is #259FDE. Grayscale: #7D7D7D. Windows color (decimal): -2465759 or 2187482. OLE color: 2187482.

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

Color convert

RGB 218 96 33 -
CMYK 0 0.56 0.85 0.15
HSL 20.43º 0.74% 0.49% -
HSV(B) 20.43º 0.85% 0.85% -
XYZ 33.37 23.38 4.19 -
YUV 125.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 218 96 33 0 0.56 0.85 0.15 20.43 0.74 0.49
Hex DA 60 21 0 38 55 F 14 4A 31
Octal 332 140 41 0 70 125 17 24 112 61
Binary 11011010 1100000 100001 0 111000 1010101 1111 10100 1001010 110001

Color Harmonies of #DA6021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6021

Black with #DA6021

Text Example


Text Example

White with #DA6021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6021; }

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

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

background-color css

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

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

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

border-color css

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

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

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