Html Css Color HEX #D6AC99 Rose

📋 copy color: '#D6AC99'

red 214 ◦ green 172 ◦ blue 153

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

Shades of Rose #D6AC99

Tints of Rose #D6AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 39.7%
G = 31.91%
B = 28.39%

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

#D6AC99 (or 0xD6AC99) is known color: Rose. HEX triplet: D6, AC and 99. RGB value is (214,172,153). Sum of RGB (Red+Green+Blue) = 214+172+153=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC99 is #295366. Grayscale: #B6B6B6. Windows color (decimal): -2708327 or 10071254. OLE color: 10071254.

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

Color convert

RGB 214 172 153 -
CMYK 0 0.20 0.29 0.16
HSL 18.69º 0.43% 0.72% -
HSV(B) 18.69º 0.29% 0.84% -
XYZ 48.23 46.1 36.49 -
YUV 182.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 214 172 153 0 0.20 0.29 0.16 18.69 0.43 0.72
Hex D6 AC 99 0 14 1D 10 13 2B 48
Octal 326 254 231 0 24 35 20 23 53 110
Binary 11010110 10101100 10011001 0 10100 11101 10000 10011 101011 1001000

Color Harmonies of #D6AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC99

Black with #D6AC99

Text Example


Text Example

White with #D6AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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