Html Css Color HEX #DA6914 Chocolate

📋 copy color: '#DA6914'

red 218 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #DA6914

Tints of Chocolate #DA6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 63.56%
G = 30.61%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6914 (or 0xDA6914) is known color: Chocolate. HEX triplet: DA, 69 and 14. RGB value is (218,105,20). Sum of RGB (Red+Green+Blue) = 218+105+20=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6914 is #2596EB. Grayscale: #818181. Windows color (decimal): -2463468 or 1337818. OLE color: 1337818.

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

Color convert

RGB 218 105 20 -
CMYK 0 0.52 0.91 0.15
HSL 25.76º 0.83% 0.47% -
HSV(B) 25.76º 0.91% 0.85% -
XYZ 34.09 25.06 3.7 -
YUV 129.1 66.44 191.41 -
System Red Green Blue C M Y K H S L
Decimal 218 105 20 0 0.52 0.91 0.15 25.76 0.83 0.47
Hex DA 69 14 0 34 5B F 1A 53 2F
Octal 332 151 24 0 64 133 17 32 123 57
Binary 11011010 1101001 10100 0 110100 1011011 1111 11010 1010011 101111

Color Harmonies of #DA6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6914

Black with #DA6914

Text Example


Text Example

White with #DA6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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