Html Css Color HEX #DA6214 Chocolate

📋 copy color: '#DA6214'

red 218 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #DA6214

Tints of Chocolate #DA6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 64.88%
G = 29.17%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6214 (or 0xDA6214) is known color: Chocolate. HEX triplet: DA, 62 and 14. RGB value is (218,98,20). Sum of RGB (Red+Green+Blue) = 218+98+20=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6214 is #259DEB. Grayscale: #7D7D7D. Windows color (decimal): -2465260 or 1336026. OLE color: 1336026.

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

Color convert

RGB 218 98 20 -
CMYK 0 0.55 0.91 0.15
HSL 23.64º 0.83% 0.47% -
HSV(B) 23.64º 0.91% 0.85% -
XYZ 33.41 23.69 3.47 -
YUV 124.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 218 98 20 0 0.55 0.91 0.15 23.64 0.83 0.47
Hex DA 62 14 0 37 5B F 18 53 2F
Octal 332 142 24 0 67 133 17 30 123 57
Binary 11011010 1100010 10100 0 110111 1011011 1111 11000 1010011 101111

Color Harmonies of #DA6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6214

Black with #DA6214

Text Example


Text Example

White with #DA6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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