Html Css Color HEX #DA700F Chocolate

📋 copy color: '#DA700F'

red 218 ◦ green 112 ◦ blue 15

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

Shades of Chocolate #DA700F

Tints of Chocolate #DA700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 63.19%
G = 32.46%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA700F (or 0xDA700F) is known color: Chocolate. HEX triplet: DA, 70 and 0F. RGB value is (218,112,15). Sum of RGB (Red+Green+Blue) = 218+112+15=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA700F is #258FF0. Grayscale: #858585. Windows color (decimal): -2461681 or 1011930. OLE color: 1011930.

HSL color Cylindrical-coordinate representation of color #DA700F: hue angle of 28.67º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA700F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 15 -
CMYK 0 0.49 0.93 0.15
HSL 28.67º 0.87% 0.46% -
HSV(B) 28.67º 0.93% 0.85% -
XYZ 34.79 26.53 3.74 -
YUV 132.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 218 112 15 0 0.49 0.93 0.15 28.67 0.87 0.46
Hex DA 70 F 0 31 5D F 1D 57 2E
Octal 332 160 17 0 61 135 17 35 127 56
Binary 11011010 1110000 1111 0 110001 1011101 1111 11101 1010111 101110

Color Harmonies of #DA700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA700F

Black with #DA700F

Text Example


Text Example

White with #DA700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA700F; }

 p { color: rgb(218,112,15); }

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

background-color css

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

 a { background-color: rgb(218,112,15); }

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

border-color css

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

 span { border-color: rgb(218,112,15); }

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