Html Css Color HEX #DA711A Chocolate

📋 copy color: '#DA711A'

red 218 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #DA711A

Tints of Chocolate #DA711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 61.06%
G = 31.65%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA711A (or 0xDA711A) is known color: Chocolate. HEX triplet: DA, 71 and 1A. RGB value is (218,113,26). Sum of RGB (Red+Green+Blue) = 218+113+26=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA711A is #258EE5. Grayscale: #868686. Windows color (decimal): -2461414 or 1733082. OLE color: 1733082.

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

Color convert

RGB 218 113 26 -
CMYK 0 0.48 0.88 0.15
HSL 27.19º 0.79% 0.48% -
HSV(B) 27.19º 0.88% 0.85% -
XYZ 35.01 26.79 4.3 -
YUV 134.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 218 113 26 0 0.48 0.88 0.15 27.19 0.79 0.48
Hex DA 71 1A 0 30 58 F 1B 4F 30
Octal 332 161 32 0 60 130 17 33 117 60
Binary 11011010 1110001 11010 0 110000 1011000 1111 11011 1001111 110000

Color Harmonies of #DA711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA711A

Black with #DA711A

Text Example


Text Example

White with #DA711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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