Html Css Color HEX #DA751C Chocolate

📋 copy color: '#DA751C'

red 218 ◦ green 117 ◦ blue 28

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

Shades of Chocolate #DA751C

Tints of Chocolate #DA751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 60.06%
G = 32.23%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA751C (or 0xDA751C) is known color: Chocolate. HEX triplet: DA, 75 and 1C. RGB value is (218,117,28). Sum of RGB (Red+Green+Blue) = 218+117+28=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA751C is #258AE3. Grayscale: #898989. Windows color (decimal): -2460388 or 1865178. OLE color: 1865178.

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

Color convert

RGB 218 117 28 -
CMYK 0 0.46 0.87 0.15
HSL 28.11º 0.77% 0.48% -
HSV(B) 28.11º 0.87% 0.85% -
XYZ 35.48 27.71 4.58 -
YUV 137.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 218 117 28 0 0.46 0.87 0.15 28.11 0.77 0.48
Hex DA 75 1C 0 2E 57 F 1C 4D 30
Octal 332 165 34 0 56 127 17 34 115 60
Binary 11011010 1110101 11100 0 101110 1010111 1111 11100 1001101 110000

Color Harmonies of #DA751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA751C

Black with #DA751C

Text Example


Text Example

White with #DA751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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