Html Css Color HEX #DA711F Chocolate

📋 copy color: '#DA711F'

red 218 ◦ green 113 ◦ blue 31

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

Shades of Chocolate #DA711F

Tints of Chocolate #DA711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 60.22%
G = 31.22%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA711F (or 0xDA711F) is known color: Chocolate. HEX triplet: DA, 71 and 1F. RGB value is (218,113,31). Sum of RGB (Red+Green+Blue) = 218+113+31=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA711F is #258EE0. Grayscale: #878787. Windows color (decimal): -2461409 or 2060762. OLE color: 2060762.

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

Color convert

RGB 218 113 31 -
CMYK 0 0.48 0.86 0.15
HSL 26.31º 0.75% 0.49% -
HSV(B) 26.31º 0.86% 0.85% -
XYZ 35.07 26.81 4.62 -
YUV 135.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 218 113 31 0 0.48 0.86 0.15 26.31 0.75 0.49
Hex DA 71 1F 0 30 56 F 1A 4B 31
Octal 332 161 37 0 60 126 17 32 113 61
Binary 11011010 1110001 11111 0 110000 1010110 1111 11010 1001011 110001

Color Harmonies of #DA711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA711F

Black with #DA711F

Text Example


Text Example

White with #DA711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA711F; }

 p { color: rgb(218,113,31); }

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

background-color css

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

 a { background-color: rgb(218,113,31); }

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

border-color css

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

 span { border-color: rgb(218,113,31); }

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