Html Css Color HEX #D77966 Burning Sand

📋 copy color: '#D77966'

red 215 ◦ green 121 ◦ blue 102

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

Shades of Burning Sand #D77966

Tints of Burning Sand #D77966

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

 GREEN value IS 121 (47.66% from 255) = 27.63%

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

R = 49.09%
G = 27.63%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77966 (or 0xD77966) is known color: Burning Sand. HEX triplet: D7, 79 and 66. RGB value is (215,121,102). Sum of RGB (Red+Green+Blue) = 215+121+102=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D77966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77966 is #288699. Grayscale: #939393. Windows color (decimal): -2655898 or 6715863. OLE color: 6715863.

HSL color Cylindrical-coordinate representation of color #D77966: hue angle of 10.09º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D77966 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 102 -
CMYK 0 0.44 0.53 0.16
HSL 10.09º 0.59% 0.62% -
HSV(B) 10.09º 0.53% 0.84% -
XYZ 37.26 29.08 16.22 -
YUV 146.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 215 121 102 0 0.44 0.53 0.16 10.09 0.59 0.62
Hex D7 79 66 0 2C 35 10 A 3B 3E
Octal 327 171 146 0 54 65 20 12 73 76
Binary 11010111 1111001 1100110 0 101100 110101 10000 1010 111011 111110

Color Harmonies of #D77966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77966

Black with #D77966

Text Example


Text Example

White with #D77966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77966; }

 p { color: rgb(215,121,102); }

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

background-color css

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

 a { background-color: rgb(215,121,102); }

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

border-color css

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

 span { border-color: rgb(215,121,102); }

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