Html Css Color HEX #DA7514 Chocolate

📋 copy color: '#DA7514'

red 218 ◦ green 117 ◦ blue 20

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

Shades of Chocolate #DA7514

Tints of Chocolate #DA7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 61.41%
G = 32.96%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7514 (or 0xDA7514) is known color: Chocolate. HEX triplet: DA, 75 and 14. RGB value is (218,117,20). Sum of RGB (Red+Green+Blue) = 218+117+20=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7514 is #258AEB. Grayscale: #888888. Windows color (decimal): -2460396 or 1340890. OLE color: 1340890.

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

Color convert

RGB 218 117 20 -
CMYK 0 0.46 0.91 0.15
HSL 29.39º 0.83% 0.47% -
HSV(B) 29.39º 0.91% 0.85% -
XYZ 35.4 27.68 4.14 -
YUV 136.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 218 117 20 0 0.46 0.91 0.15 29.39 0.83 0.47
Hex DA 75 14 0 2E 5B F 1D 53 2F
Octal 332 165 24 0 56 133 17 35 123 57
Binary 11011010 1110101 10100 0 101110 1011011 1111 11101 1010011 101111

Color Harmonies of #DA7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7514

Black with #DA7514

Text Example


Text Example

White with #DA7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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