Html Css Color HEX #DA751A Chocolate

📋 copy color: '#DA751A'

red 218 ◦ green 117 ◦ blue 26

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

Shades of Chocolate #DA751A

Tints of Chocolate #DA751A

RGB

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

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

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

R = 60.39%
G = 32.41%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA751A (or 0xDA751A) is known color: Chocolate. HEX triplet: DA, 75 and 1A. RGB value is (218,117,26). Sum of RGB (Red+Green+Blue) = 218+117+26=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA751A is #258AE5. Grayscale: #898989. Windows color (decimal): -2460390 or 1734106. OLE color: 1734106.

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

Color convert

RGB 218 117 26 -
CMYK 0 0.46 0.88 0.15
HSL 28.44º 0.79% 0.48% -
HSV(B) 28.44º 0.88% 0.85% -
XYZ 35.46 27.7 4.46 -
YUV 136.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 218 117 26 0 0.46 0.88 0.15 28.44 0.79 0.48
Hex DA 75 1A 0 2E 58 F 1C 4F 30
Octal 332 165 32 0 56 130 17 34 117 60
Binary 11011010 1110101 11010 0 101110 1011000 1111 11100 1001111 110000

Color Harmonies of #DA751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA751A

Black with #DA751A

Text Example


Text Example

White with #DA751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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