Html Css Color HEX #D6AB99 Rose

📋 copy color: '#D6AB99'

red 214 ◦ green 171 ◦ blue 153

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

Shades of Rose #D6AB99

Tints of Rose #D6AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

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

R = 39.78%
G = 31.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6AB99 (or 0xD6AB99) is known color: Rose. HEX triplet: D6, AB and 99. RGB value is (214,171,153). Sum of RGB (Red+Green+Blue) = 214+171+153=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB99 is #295466. Grayscale: #B5B5B5. Windows color (decimal): -2708583 or 10070998. OLE color: 10070998.

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

Color convert

RGB 214 171 153 -
CMYK 0 0.20 0.29 0.16
HSL 17.7º 0.43% 0.72% -
HSV(B) 17.7º 0.29% 0.84% -
XYZ 48.04 45.72 36.43 -
YUV 181.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 214 171 153 0 0.20 0.29 0.16 17.7 0.43 0.72
Hex D6 AB 99 0 14 1D 10 12 2B 48
Octal 326 253 231 0 24 35 20 22 53 110
Binary 11010110 10101011 10011001 0 10100 11101 10000 10010 101011 1001000

Color Harmonies of #D6AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB99

Black with #D6AB99

Text Example


Text Example

White with #D6AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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