Html Css Color HEX #DA7612 Chocolate

📋 copy color: '#DA7612'

red 218 ◦ green 118 ◦ blue 18

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

Shades of Chocolate #DA7612

Tints of Chocolate #DA7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 61.58%
G = 33.33%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7612 (or 0xDA7612) is known color: Chocolate. HEX triplet: DA, 76 and 12. RGB value is (218,118,18). Sum of RGB (Red+Green+Blue) = 218+118+18=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7612 is #2589ED. Grayscale: #888888. Windows color (decimal): -2460142 or 1210074. OLE color: 1210074.

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

Color convert

RGB 218 118 18 -
CMYK 0 0.46 0.92 0.15
HSL 30º 0.85% 0.46% -
HSV(B) 30º 0.92% 0.85% -
XYZ 35.5 27.91 4.09 -
YUV 136.5 61.13 186.13 -
System Red Green Blue C M Y K H S L
Decimal 218 118 18 0 0.46 0.92 0.15 30 0.85 0.46
Hex DA 76 12 0 2E 5C F 1E 55 2E
Octal 332 166 22 0 56 134 17 36 125 56
Binary 11011010 1110110 10010 0 101110 1011100 1111 11110 1010101 101110

Color Harmonies of #DA7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7612

Black with #DA7612

Text Example


Text Example

White with #DA7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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