Html Css Color HEX #DA680D Chocolate

📋 copy color: '#DA680D'

red 218 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #DA680D

Tints of Chocolate #DA680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 65.07%
G = 31.04%
B = 3.88%

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

#DA680D (or 0xDA680D) is known color: Chocolate. HEX triplet: DA, 68 and 0D. RGB value is (218,104,13). Sum of RGB (Red+Green+Blue) = 218+104+13=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA680D is #2597F2. Grayscale: #808080. Windows color (decimal): -2463731 or 878810. OLE color: 878810.

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

Color convert

RGB 218 104 13 -
CMYK 0 0.52 0.94 0.15
HSL 26.63º 0.89% 0.45% -
HSV(B) 26.63º 0.94% 0.85% -
XYZ 33.94 24.84 3.39 -
YUV 127.71 63.27 192.4 -
System Red Green Blue C M Y K H S L
Decimal 218 104 13 0 0.52 0.94 0.15 26.63 0.89 0.45
Hex DA 68 D 0 34 5E F 1B 59 2D
Octal 332 150 15 0 64 136 17 33 131 55
Binary 11011010 1101000 1101 0 110100 1011110 1111 11011 1011001 101101

Color Harmonies of #DA680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA680D

Black with #DA680D

Text Example


Text Example

White with #DA680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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