Html Css Color HEX #DA660C Chocolate

📋 copy color: '#DA660C'

red 218 ◦ green 102 ◦ blue 12

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

Shades of Chocolate #DA660C

Tints of Chocolate #DA660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 65.66%
G = 30.72%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA660C (or 0xDA660C) is known color: Chocolate. HEX triplet: DA, 66 and 0C. RGB value is (218,102,12). Sum of RGB (Red+Green+Blue) = 218+102+12=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA660C is #2599F3. Grayscale: #7E7E7E. Windows color (decimal): -2464244 or 812762. OLE color: 812762.

HSL color Cylindrical-coordinate representation of color #DA660C: hue angle of 26.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA660C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 12 -
CMYK 0 0.53 0.94 0.15
HSL 26.21º 0.9% 0.45% -
HSV(B) 26.21º 0.94% 0.85% -
XYZ 33.73 24.43 3.29 -
YUV 126.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 218 102 12 0 0.53 0.94 0.15 26.21 0.9 0.45
Hex DA 66 C 0 35 5E F 1A 5A 2D
Octal 332 146 14 0 65 136 17 32 132 55
Binary 11011010 1100110 1100 0 110101 1011110 1111 11010 1011010 101101

Color Harmonies of #DA660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA660C

Black with #DA660C

Text Example


Text Example

White with #DA660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA660C; }

 p { color: rgb(218,102,12); }

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

background-color css

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

 a { background-color: rgb(218,102,12); }

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

border-color css

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

 span { border-color: rgb(218,102,12); }

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