Html Css Color HEX #DA651B Chocolate

📋 copy color: '#DA651B'

red 218 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #DA651B

Tints of Chocolate #DA651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 63.01%
G = 29.19%
B = 7.8%

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

#DA651B (or 0xDA651B) is known color: Chocolate. HEX triplet: DA, 65 and 1B. RGB value is (218,101,27). Sum of RGB (Red+Green+Blue) = 218+101+27=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA651B is #259AE4. Grayscale: #7F7F7F. Windows color (decimal): -2464485 or 1795546. OLE color: 1795546.

HSL color Cylindrical-coordinate representation of color #DA651B: hue angle of 23.25º degrees, saturation: 0.78, 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 #DA651B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 101 27 -
CMYK 0 0.54 0.88 0.15
HSL 23.25º 0.78% 0.48% -
HSV(B) 23.25º 0.88% 0.85% -
XYZ 33.76 24.29 3.95 -
YUV 127.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 218 101 27 0 0.54 0.88 0.15 23.25 0.78 0.48
Hex DA 65 1B 0 36 58 F 17 4E 30
Octal 332 145 33 0 66 130 17 27 116 60
Binary 11011010 1100101 11011 0 110110 1011000 1111 10111 1001110 110000

Color Harmonies of #DA651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA651B

Black with #DA651B

Text Example


Text Example

White with #DA651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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