Html Css Color HEX #D6A892 Rose

📋 copy color: '#D6A892'

red 214 ◦ green 168 ◦ blue 146

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

Shades of Rose #D6A892

Tints of Rose #D6A892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 40.53%
G = 31.82%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6A892 (or 0xD6A892) is known color: Rose. HEX triplet: D6, A8 and 92. RGB value is (214,168,146). Sum of RGB (Red+Green+Blue) = 214+168+146=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A892 is #29576D. Grayscale: #B3B3B3. Windows color (decimal): -2709358 or 9611478. OLE color: 9611478.

HSL color Cylindrical-coordinate representation of color #D6A892: hue angle of 19.41º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6A892 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 146 -
CMYK 0 0.21 0.32 0.16
HSL 19.41º 0.45% 0.71% -
HSV(B) 19.41º 0.32% 0.84% -
XYZ 46.92 44.38 33.29 -
YUV 179.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 214 168 146 0 0.21 0.32 0.16 19.41 0.45 0.71
Hex D6 A8 92 0 15 20 10 13 2D 47
Octal 326 250 222 0 25 40 20 23 55 107
Binary 11010110 10101000 10010010 0 10101 100000 10000 10011 101101 1000111

Color Harmonies of #D6A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A892

Black with #D6A892

Text Example


Text Example

White with #D6A892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A892; }

 p { color: rgb(214,168,146); }

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

background-color css

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

 a { background-color: rgb(214,168,146); }

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

border-color css

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

 span { border-color: rgb(214,168,146); }

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