Html Css Color HEX #D77965 Burning Sand

📋 copy color: '#D77965'

red 215 ◦ green 121 ◦ blue 101

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

Shades of Burning Sand #D77965

Tints of Burning Sand #D77965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 49.2%
G = 27.69%
B = 23.11%

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

#D77965 (or 0xD77965) is known color: Burning Sand. HEX triplet: D7, 79 and 65. RGB value is (215,121,101). Sum of RGB (Red+Green+Blue) = 215+121+101=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D77965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77965 is #28869A. Grayscale: #939393. Windows color (decimal): -2655899 or 6650327. OLE color: 6650327.

HSL color Cylindrical-coordinate representation of color #D77965: hue angle of 10.53º 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 #D77965 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 101 -
CMYK 0 0.44 0.53 0.16
HSL 10.53º 0.59% 0.62% -
HSV(B) 10.53º 0.53% 0.84% -
XYZ 37.21 29.06 15.96 -
YUV 146.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 215 121 101 0 0.44 0.53 0.16 10.53 0.59 0.62
Hex D7 79 65 0 2C 35 10 B 3B 3E
Octal 327 171 145 0 54 65 20 13 73 76
Binary 11010111 1111001 1100101 0 101100 110101 10000 1011 111011 111110

Color Harmonies of #D77965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77965

Black with #D77965

Text Example


Text Example

White with #D77965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77965; }

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

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

background-color css

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

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

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

border-color css

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

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

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