Html Css Color HEX #DA680E Chocolate

📋 copy color: '#DA680E'

red 218 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #DA680E

Tints of Chocolate #DA680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 64.88%
G = 30.95%
B = 4.17%

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

#DA680E (or 0xDA680E) is known color: Chocolate. HEX triplet: DA, 68 and 0E. RGB value is (218,104,14). Sum of RGB (Red+Green+Blue) = 218+104+14=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA680E is #2597F1. Grayscale: #808080. Windows color (decimal): -2463730 or 944346. OLE color: 944346.

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

Color convert

RGB 218 104 14 -
CMYK 0 0.52 0.94 0.15
HSL 26.47º 0.88% 0.45% -
HSV(B) 26.47º 0.94% 0.85% -
XYZ 33.94 24.84 3.42 -
YUV 127.83 63.77 192.32 -
System Red Green Blue C M Y K H S L
Decimal 218 104 14 0 0.52 0.94 0.15 26.47 0.88 0.45
Hex DA 68 E 0 34 5E F 1A 58 2D
Octal 332 150 16 0 64 136 17 32 130 55
Binary 11011010 1101000 1110 0 110100 1011110 1111 11010 1011000 101101

Color Harmonies of #DA680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA680E

Black with #DA680E

Text Example


Text Example

White with #DA680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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