Html Css Color HEX #DA6912 Chocolate

📋 copy color: '#DA6912'

red 218 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #DA6912

Tints of Chocolate #DA6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 63.93%
G = 30.79%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA6912 (or 0xDA6912) is known color: Chocolate. HEX triplet: DA, 69 and 12. RGB value is (218,105,18). Sum of RGB (Red+Green+Blue) = 218+105+18=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6912 is #2596ED. Grayscale: #818181. Windows color (decimal): -2463470 or 1206746. OLE color: 1206746.

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

Color convert

RGB 218 105 18 -
CMYK 0 0.52 0.92 0.15
HSL 26.1º 0.85% 0.46% -
HSV(B) 26.1º 0.92% 0.85% -
XYZ 34.07 25.05 3.61 -
YUV 128.87 65.44 191.57 -
System Red Green Blue C M Y K H S L
Decimal 218 105 18 0 0.52 0.92 0.15 26.1 0.85 0.46
Hex DA 69 12 0 34 5C F 1A 55 2E
Octal 332 151 22 0 64 134 17 32 125 56
Binary 11011010 1101001 10010 0 110100 1011100 1111 11010 1010101 101110

Color Harmonies of #DA6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6912

Black with #DA6912

Text Example


Text Example

White with #DA6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6912; }

 p { color: rgb(218,105,18); }

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

background-color css

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

 a { background-color: rgb(218,105,18); }

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

border-color css

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

 span { border-color: rgb(218,105,18); }

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