Html Css Color HEX #DA651E Chocolate

📋 copy color: '#DA651E'

red 218 ◦ green 101 ◦ blue 30

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

Shades of Chocolate #DA651E

Tints of Chocolate #DA651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 62.46%
G = 28.94%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA651E (or 0xDA651E) is known color: Chocolate. HEX triplet: DA, 65 and 1E. RGB value is (218,101,30). Sum of RGB (Red+Green+Blue) = 218+101+30=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA651E is #259AE1. Grayscale: #808080. Windows color (decimal): -2464482 or 1992154. OLE color: 1992154.

HSL color Cylindrical-coordinate representation of color #DA651E: hue angle of 22.66º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA651E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 101 30 -
CMYK 0 0.54 0.86 0.15
HSL 22.66º 0.76% 0.49% -
HSV(B) 22.66º 0.86% 0.85% -
XYZ 33.8 24.31 4.14 -
YUV 127.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 218 101 30 0 0.54 0.86 0.15 22.66 0.76 0.49
Hex DA 65 1E 0 36 56 F 17 4C 31
Octal 332 145 36 0 66 126 17 27 114 61
Binary 11011010 1100101 11110 0 110110 1010110 1111 10111 1001100 110001

Color Harmonies of #DA651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA651E

Black with #DA651E

Text Example


Text Example

White with #DA651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA651E; }

 p { color: rgb(218,101,30); }

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

background-color css

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

 a { background-color: rgb(218,101,30); }

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

border-color css

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

 span { border-color: rgb(218,101,30); }

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