Html Css Color HEX #DA731A Chocolate

📋 copy color: '#DA731A'

red 218 ◦ green 115 ◦ blue 26

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

Shades of Chocolate #DA731A

Tints of Chocolate #DA731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 60.72%
G = 32.03%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA731A (or 0xDA731A) is known color: Chocolate. HEX triplet: DA, 73 and 1A. RGB value is (218,115,26). Sum of RGB (Red+Green+Blue) = 218+115+26=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA731A is #258CE5. Grayscale: #888888. Windows color (decimal): -2460902 or 1733594. OLE color: 1733594.

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

Color convert

RGB 218 115 26 -
CMYK 0 0.47 0.88 0.15
HSL 27.81º 0.79% 0.48% -
HSV(B) 27.81º 0.88% 0.85% -
XYZ 35.23 27.24 4.38 -
YUV 135.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 218 115 26 0 0.47 0.88 0.15 27.81 0.79 0.48
Hex DA 73 1A 0 2F 58 F 1C 4F 30
Octal 332 163 32 0 57 130 17 34 117 60
Binary 11011010 1110011 11010 0 101111 1011000 1111 11100 1001111 110000

Color Harmonies of #DA731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA731A

Black with #DA731A

Text Example


Text Example

White with #DA731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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