Html Css Color HEX #DA6A0F Chocolate

📋 copy color: '#DA6A0F'

red 218 ◦ green 106 ◦ blue 15

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

Shades of Chocolate #DA6A0F

Tints of Chocolate #DA6A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 64.31%
G = 31.27%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6A0F (or 0xDA6A0F) is known color: Chocolate. HEX triplet: DA, 6A and 0F. RGB value is (218,106,15). Sum of RGB (Red+Green+Blue) = 218+106+15=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A0F is #2595F0. Grayscale: #818181. Windows color (decimal): -2463217 or 1010394. OLE color: 1010394.

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

Color convert

RGB 218 106 15 -
CMYK 0 0.51 0.93 0.15
HSL 26.9º 0.87% 0.46% -
HSV(B) 26.9º 0.93% 0.85% -
XYZ 34.15 25.25 3.53 -
YUV 129.11 63.61 191.4 -
System Red Green Blue C M Y K H S L
Decimal 218 106 15 0 0.51 0.93 0.15 26.9 0.87 0.46
Hex DA 6A F 0 33 5D F 1B 57 2E
Octal 332 152 17 0 63 135 17 33 127 56
Binary 11011010 1101010 1111 0 110011 1011101 1111 11011 1010111 101110

Color Harmonies of #DA6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A0F

Black with #DA6A0F

Text Example


Text Example

White with #DA6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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