Html Css Color HEX #DA7B66 Burning Sand

📋 copy color: '#DA7B66'

red 218 ◦ green 123 ◦ blue 102

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

Shades of Burning Sand #DA7B66

Tints of Burning Sand #DA7B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 102 (40.23% from 255) = 23.02%

R = 49.21%
G = 27.77%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7B66 (or 0xDA7B66) is known color: Burning Sand. HEX triplet: DA, 7B and 66. RGB value is (218,123,102). Sum of RGB (Red+Green+Blue) = 218+123+102=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B66 is #258499. Grayscale: #959595. Windows color (decimal): -2458778 or 6716378. OLE color: 6716378.

HSL color Cylindrical-coordinate representation of color #DA7B66: hue angle of 10.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA7B66 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 102 -
CMYK 0 0.44 0.53 0.15
HSL 10.86º 0.61% 0.63% -
HSV(B) 10.86º 0.53% 0.85% -
XYZ 38.39 30.03 16.34 -
YUV 149.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 218 123 102 0 0.44 0.53 0.15 10.86 0.61 0.63
Hex DA 7B 66 0 2C 35 F B 3D 3F
Octal 332 173 146 0 54 65 17 13 75 77
Binary 11011010 1111011 1100110 0 101100 110101 1111 1011 111101 111111

Color Harmonies of #DA7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B66

Black with #DA7B66

Text Example


Text Example

White with #DA7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B66; }

 p { color: rgb(218,123,102); }

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

background-color css

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

 a { background-color: rgb(218,123,102); }

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

border-color css

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

 span { border-color: rgb(218,123,102); }

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