Html Css Color HEX #D6A393 Rose

📋 copy color: '#D6A393'

red 214 ◦ green 163 ◦ blue 147

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

Shades of Rose #D6A393

Tints of Rose #D6A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

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

R = 40.84%
G = 31.11%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6A393 (or 0xD6A393) is known color: Rose. HEX triplet: D6, A3 and 93. RGB value is (214,163,147). Sum of RGB (Red+Green+Blue) = 214+163+147=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A393 is #295C6C. Grayscale: #B0B0B0. Windows color (decimal): -2710637 or 9675734. OLE color: 9675734.

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

Color convert

RGB 214 163 147 -
CMYK 0 0.24 0.31 0.16
HSL 14.33º 0.45% 0.71% -
HSV(B) 14.33º 0.31% 0.84% -
XYZ 46.1 42.6 33.4 -
YUV 176.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 214 163 147 0 0.24 0.31 0.16 14.33 0.45 0.71
Hex D6 A3 93 0 18 1F 10 E 2D 47
Octal 326 243 223 0 30 37 20 16 55 107
Binary 11010110 10100011 10010011 0 11000 11111 10000 1110 101101 1000111

Color Harmonies of #D6A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A393

Black with #D6A393

Text Example


Text Example

White with #D6A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A393; }

 p { color: rgb(214,163,147); }

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

background-color css

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

 a { background-color: rgb(214,163,147); }

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

border-color css

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

 span { border-color: rgb(214,163,147); }

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