Html Css Color HEX #DA690E Chocolate

📋 copy color: '#DA690E'

red 218 ◦ green 105 ◦ blue 14

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

Shades of Chocolate #DA690E

Tints of Chocolate #DA690E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 64.69%
G = 31.16%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA690E (or 0xDA690E) is known color: Chocolate. HEX triplet: DA, 69 and 0E. RGB value is (218,105,14). Sum of RGB (Red+Green+Blue) = 218+105+14=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA690E is #2596F1. Grayscale: #808080. Windows color (decimal): -2463474 or 944602. OLE color: 944602.

HSL color Cylindrical-coordinate representation of color #DA690E: hue angle of 26.76º degrees, saturation: 0.88, 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 #DA690E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 14 -
CMYK 0 0.52 0.94 0.15
HSL 26.76º 0.88% 0.45% -
HSV(B) 26.76º 0.94% 0.85% -
XYZ 34.04 25.04 3.45 -
YUV 128.41 63.44 191.9 -
System Red Green Blue C M Y K H S L
Decimal 218 105 14 0 0.52 0.94 0.15 26.76 0.88 0.45
Hex DA 69 E 0 34 5E F 1B 58 2D
Octal 332 151 16 0 64 136 17 33 130 55
Binary 11011010 1101001 1110 0 110100 1011110 1111 11011 1011000 101101

Color Harmonies of #DA690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA690E

Black with #DA690E

Text Example


Text Example

White with #DA690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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