Html Css Color HEX #DA651A Chocolate

📋 copy color: '#DA651A'

red 218 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #DA651A

Tints of Chocolate #DA651A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 63.19%
G = 29.28%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA651A (or 0xDA651A) is known color: Chocolate. HEX triplet: DA, 65 and 1A. RGB value is (218,101,26). Sum of RGB (Red+Green+Blue) = 218+101+26=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA651A is #259AE5. Grayscale: #7F7F7F. Windows color (decimal): -2464486 or 1730010. OLE color: 1730010.

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

Color convert

RGB 218 101 26 -
CMYK 0 0.54 0.88 0.15
HSL 23.44º 0.79% 0.48% -
HSV(B) 23.44º 0.88% 0.85% -
XYZ 33.75 24.29 3.89 -
YUV 127.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 218 101 26 0 0.54 0.88 0.15 23.44 0.79 0.48
Hex DA 65 1A 0 36 58 F 17 4F 30
Octal 332 145 32 0 66 130 17 27 117 60
Binary 11011010 1100101 11010 0 110110 1011000 1111 10111 1001111 110000

Color Harmonies of #DA651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA651A

Black with #DA651A

Text Example


Text Example

White with #DA651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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