Html Css Color HEX #DA6114 Chocolate

📋 copy color: '#DA6114'

red 218 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #DA6114

Tints of Chocolate #DA6114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 65.07%
G = 28.96%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6114 (or 0xDA6114) is known color: Chocolate. HEX triplet: DA, 61 and 14. RGB value is (218,97,20). Sum of RGB (Red+Green+Blue) = 218+97+20=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6114 is #259EEB. Grayscale: #7C7C7C. Windows color (decimal): -2465516 or 1335770. OLE color: 1335770.

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

Color convert

RGB 218 97 20 -
CMYK 0 0.56 0.91 0.15
HSL 23.33º 0.83% 0.47% -
HSV(B) 23.33º 0.91% 0.85% -
XYZ 33.31 23.51 3.44 -
YUV 124.4 69.09 194.76 -
System Red Green Blue C M Y K H S L
Decimal 218 97 20 0 0.56 0.91 0.15 23.33 0.83 0.47
Hex DA 61 14 0 38 5B F 17 53 2F
Octal 332 141 24 0 70 133 17 27 123 57
Binary 11011010 1100001 10100 0 111000 1011011 1111 10111 1010011 101111

Color Harmonies of #DA6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6114

Black with #DA6114

Text Example


Text Example

White with #DA6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6114; }

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

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

background-color css

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

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

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

border-color css

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

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

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