Html Css Color HEX #D8A093 Rose

📋 copy color: '#D8A093'

red 216 ◦ green 160 ◦ blue 147

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

Shades of Rose #D8A093

Tints of Rose #D8A093

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

 GREEN value IS 160 (62.89% from 255) = 30.59%

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 41.3%
G = 30.59%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8A093 (or 0xD8A093) is known color: Rose. HEX triplet: D8, A0 and 93. RGB value is (216,160,147). Sum of RGB (Red+Green+Blue) = 216+160+147=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A093 is #275F6C. Grayscale: #AFAFAF. Windows color (decimal): -2580333 or 9674968. OLE color: 9674968.

HSL color Cylindrical-coordinate representation of color #D8A093: hue angle of 11.3º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A093 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 147 -
CMYK 0 0.26 0.32 0.15
HSL 11.3º 0.47% 0.71% -
HSV(B) 11.3º 0.32% 0.85% -
XYZ 46.16 41.85 33.25 -
YUV 175.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 216 160 147 0 0.26 0.32 0.15 11.3 0.47 0.71
Hex D8 A0 93 0 1A 20 F B 2F 47
Octal 330 240 223 0 32 40 17 13 57 107
Binary 11011000 10100000 10010011 0 11010 100000 1111 1011 101111 1000111

Color Harmonies of #D8A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A093

Black with #D8A093

Text Example


Text Example

White with #D8A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A093; }

 p { color: rgb(216,160,147); }

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

background-color css

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

 a { background-color: rgb(216,160,147); }

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

border-color css

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

 span { border-color: rgb(216,160,147); }

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