Html Css Color HEX #DA701A Chocolate

📋 copy color: '#DA701A'

red 218 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #DA701A

Tints of Chocolate #DA701A

RGB

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

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

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

R = 61.24%
G = 31.46%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA701A (or 0xDA701A) is known color: Chocolate. HEX triplet: DA, 70 and 1A. RGB value is (218,112,26). Sum of RGB (Red+Green+Blue) = 218+112+26=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA701A is #258FE5. Grayscale: #868686. Windows color (decimal): -2461670 or 1732826. OLE color: 1732826.

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

Color convert

RGB 218 112 26 -
CMYK 0 0.49 0.88 0.15
HSL 26.88º 0.79% 0.48% -
HSV(B) 26.88º 0.88% 0.85% -
XYZ 34.89 26.57 4.27 -
YUV 133.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 218 112 26 0 0.49 0.88 0.15 26.88 0.79 0.48
Hex DA 70 1A 0 31 58 F 1B 4F 30
Octal 332 160 32 0 61 130 17 33 117 60
Binary 11011010 1110000 11010 0 110001 1011000 1111 11011 1001111 110000

Color Harmonies of #DA701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA701A

Black with #DA701A

Text Example


Text Example

White with #DA701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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