Html Css Color HEX #DA620E Chocolate

📋 copy color: '#DA620E'

red 218 ◦ green 98 ◦ blue 14

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

Shades of Chocolate #DA620E

Tints of Chocolate #DA620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 66.06%
G = 29.7%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA620E (or 0xDA620E) is known color: Chocolate. HEX triplet: DA, 62 and 0E. RGB value is (218,98,14). Sum of RGB (Red+Green+Blue) = 218+98+14=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA620E is #259DF1. Grayscale: #7C7C7C. Windows color (decimal): -2465266 or 942810. OLE color: 942810.

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

Color convert

RGB 218 98 14 -
CMYK 0 0.55 0.94 0.15
HSL 24.71º 0.88% 0.45% -
HSV(B) 24.71º 0.94% 0.85% -
XYZ 33.36 23.67 3.23 -
YUV 124.3 65.76 194.83 -
System Red Green Blue C M Y K H S L
Decimal 218 98 14 0 0.55 0.94 0.15 24.71 0.88 0.45
Hex DA 62 E 0 37 5E F 19 58 2D
Octal 332 142 16 0 67 136 17 31 130 55
Binary 11011010 1100010 1110 0 110111 1011110 1111 11001 1011000 101101

Color Harmonies of #DA620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA620E

Black with #DA620E

Text Example


Text Example

White with #DA620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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