Html Css Color HEX #D6A399 Rose

📋 copy color: '#D6A399'

red 214 ◦ green 163 ◦ blue 153

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

Shades of Rose #D6A399

Tints of Rose #D6A399

RGB

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

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

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

R = 40.38%
G = 30.75%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A399 (or 0xD6A399) is known color: Rose. HEX triplet: D6, A3 and 99. RGB value is (214,163,153). Sum of RGB (Red+Green+Blue) = 214+163+153=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A399 is #295C66. Grayscale: #B1B1B1. Windows color (decimal): -2710631 or 10068950. OLE color: 10068950.

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

Color convert

RGB 214 163 153 -
CMYK 0 0.24 0.29 0.16
HSL 9.84º 0.43% 0.72% -
HSV(B) 9.84º 0.29% 0.84% -
XYZ 46.58 42.79 35.94 -
YUV 177.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 214 163 153 0 0.24 0.29 0.16 9.84 0.43 0.72
Hex D6 A3 99 0 18 1D 10 A 2B 48
Octal 326 243 231 0 30 35 20 12 53 110
Binary 11010110 10100011 10011001 0 11000 11101 10000 1010 101011 1001000

Color Harmonies of #D6A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A399

Black with #D6A399

Text Example


Text Example

White with #D6A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A399; }

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

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

background-color css

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

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

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

border-color css

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

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

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