Html Css Color HEX #DA6121 Chocolate

📋 copy color: '#DA6121'

red 218 ◦ green 97 ◦ blue 33

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

Shades of Chocolate #DA6121

Tints of Chocolate #DA6121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 62.64%
G = 27.87%
B = 9.48%

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

#DA6121 (or 0xDA6121) is known color: Chocolate. HEX triplet: DA, 61 and 21. RGB value is (218,97,33). Sum of RGB (Red+Green+Blue) = 218+97+33=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6121 is #259EDE. Grayscale: #7E7E7E. Windows color (decimal): -2465503 or 2187738. OLE color: 2187738.

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

Color convert

RGB 218 97 33 -
CMYK 0 0.56 0.85 0.15
HSL 20.76º 0.74% 0.49% -
HSV(B) 20.76º 0.85% 0.85% -
XYZ 33.46 23.56 4.22 -
YUV 125.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 218 97 33 0 0.56 0.85 0.15 20.76 0.74 0.49
Hex DA 61 21 0 38 55 F 15 4A 31
Octal 332 141 41 0 70 125 17 25 112 61
Binary 11011010 1100001 100001 0 111000 1010101 1111 10101 1001010 110001

Color Harmonies of #DA6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6121

Black with #DA6121

Text Example


Text Example

White with #DA6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6121; }

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

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

background-color css

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

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

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

border-color css

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

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

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