Html Css Color HEX #D6A099 Rose

📋 copy color: '#D6A099'

red 214 ◦ green 160 ◦ blue 153

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

Shades of Rose #D6A099

Tints of Rose #D6A099

RGB

 RED value IS 214 (83.98% from 255) = 40.61%

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 40.61%
G = 30.36%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A099 (or 0xD6A099) is known color: Rose. HEX triplet: D6, A0 and 99. RGB value is (214,160,153). Sum of RGB (Red+Green+Blue) = 214+160+153=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A099 is #295F66. Grayscale: #AFAFAF. Windows color (decimal): -2711399 or 10068182. OLE color: 10068182.

HSL color Cylindrical-coordinate representation of color #D6A099: hue angle of 6.89º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A099 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 153 -
CMYK 0 0.25 0.29 0.16
HSL 6.89º 0.43% 0.72% -
HSV(B) 6.89º 0.29% 0.84% -
XYZ 46.05 41.74 35.77 -
YUV 175.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 214 160 153 0 0.25 0.29 0.16 6.89 0.43 0.72
Hex D6 A0 99 0 19 1D 10 7 2B 48
Octal 326 240 231 0 31 35 20 7 53 110
Binary 11010110 10100000 10011001 0 11001 11101 10000 111 101011 1001000

Color Harmonies of #D6A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A099

Black with #D6A099

Text Example


Text Example

White with #D6A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A099; }

 p { color: rgb(214,160,153); }

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

background-color css

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

 a { background-color: rgb(214,160,153); }

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

border-color css

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

 span { border-color: rgb(214,160,153); }

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