Html Css Color HEX #DA6915 Chocolate

📋 copy color: '#DA6915'

red 218 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #DA6915

Tints of Chocolate #DA6915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 63.37%
G = 30.52%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6915 (or 0xDA6915) is known color: Chocolate. HEX triplet: DA, 69 and 15. RGB value is (218,105,21). Sum of RGB (Red+Green+Blue) = 218+105+21=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6915 is #2596EA. Grayscale: #818181. Windows color (decimal): -2463467 or 1403354. OLE color: 1403354.

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

Color convert

RGB 218 105 21 -
CMYK 0 0.52 0.90 0.15
HSL 25.58º 0.82% 0.47% -
HSV(B) 25.58º 0.9% 0.85% -
XYZ 34.1 25.06 3.75 -
YUV 129.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 218 105 21 0 0.52 0.90 0.15 25.58 0.82 0.47
Hex DA 69 15 0 34 5A F 1A 52 2F
Octal 332 151 25 0 64 132 17 32 122 57
Binary 11011010 1101001 10101 0 110100 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6915

Black with #DA6915

Text Example


Text Example

White with #DA6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6915; }

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

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

background-color css

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

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

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

border-color css

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

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

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