Html Css Color HEX #DA651C Chocolate

📋 copy color: '#DA651C'

red 218 ◦ green 101 ◦ blue 28

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

Shades of Chocolate #DA651C

Tints of Chocolate #DA651C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 62.82%
G = 29.11%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA651C (or 0xDA651C) is known color: Chocolate. HEX triplet: DA, 65 and 1C. RGB value is (218,101,28). Sum of RGB (Red+Green+Blue) = 218+101+28=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA651C is #259AE3. Grayscale: #808080. Windows color (decimal): -2464484 or 1861082. OLE color: 1861082.

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

Color convert

RGB 218 101 28 -
CMYK 0 0.54 0.87 0.15
HSL 23.05º 0.77% 0.48% -
HSV(B) 23.05º 0.87% 0.85% -
XYZ 33.78 24.3 4.01 -
YUV 127.66 71.76 192.44 -
System Red Green Blue C M Y K H S L
Decimal 218 101 28 0 0.54 0.87 0.15 23.05 0.77 0.48
Hex DA 65 1C 0 36 57 F 17 4D 30
Octal 332 145 34 0 66 127 17 27 115 60
Binary 11011010 1100101 11100 0 110110 1010111 1111 10111 1001101 110000

Color Harmonies of #DA651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA651C

Black with #DA651C

Text Example


Text Example

White with #DA651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA651C; }

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

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

background-color css

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

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

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

border-color css

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

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

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