Html Css Color HEX #DA7F62 Burning Sand

📋 copy color: '#DA7F62'

red 218 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #DA7F62

Tints of Burning Sand #DA7F62

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 49.21%
G = 28.67%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7F62 (or 0xDA7F62) is known color: Burning Sand. HEX triplet: DA, 7F and 62. RGB value is (218,127,98). Sum of RGB (Red+Green+Blue) = 218+127+98=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F62 is #25809D. Grayscale: #979797. Windows color (decimal): -2457758 or 6455258. OLE color: 6455258.

HSL color Cylindrical-coordinate representation of color #DA7F62: hue angle of 14.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA7F62 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 98 -
CMYK 0 0.42 0.55 0.15
HSL 14.5º 0.62% 0.62% -
HSV(B) 14.5º 0.55% 0.85% -
XYZ 38.71 30.97 15.49 -
YUV 150.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 218 127 98 0 0.42 0.55 0.15 14.5 0.62 0.62
Hex DA 7F 62 0 2A 37 F E 3E 3E
Octal 332 177 142 0 52 67 17 16 76 76
Binary 11011010 1111111 1100010 0 101010 110111 1111 1110 111110 111110

Color Harmonies of #DA7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F62

Black with #DA7F62

Text Example


Text Example

White with #DA7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F62; }

 p { color: rgb(218,127,98); }

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

background-color css

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

 a { background-color: rgb(218,127,98); }

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

border-color css

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

 span { border-color: rgb(218,127,98); }

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