Html Css Color HEX #D6A096 Rose

📋 copy color: '#D6A096'

red 214 ◦ green 160 ◦ blue 150

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

Shades of Rose #D6A096

Tints of Rose #D6A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 40.84%
G = 30.53%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6A096 (or 0xD6A096) is known color: Rose. HEX triplet: D6, A0 and 96. RGB value is (214,160,150). Sum of RGB (Red+Green+Blue) = 214+160+150=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A096 is #295F69. Grayscale: #AFAFAF. Windows color (decimal): -2711402 or 9871574. OLE color: 9871574.

HSL color Cylindrical-coordinate representation of color #D6A096: hue angle of 9.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A096 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 150 -
CMYK 0 0.25 0.30 0.16
HSL 9.38º 0.44% 0.71% -
HSV(B) 9.38º 0.3% 0.84% -
XYZ 45.81 41.64 34.48 -
YUV 175.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 214 160 150 0 0.25 0.30 0.16 9.38 0.44 0.71
Hex D6 A0 96 0 19 1E 10 9 2C 47
Octal 326 240 226 0 31 36 20 11 54 107
Binary 11010110 10100000 10010110 0 11001 11110 10000 1001 101100 1000111

Color Harmonies of #D6A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A096

Black with #D6A096

Text Example


Text Example

White with #D6A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A096; }

 p { color: rgb(214,160,150); }

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

background-color css

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

 a { background-color: rgb(214,160,150); }

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

border-color css

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

 span { border-color: rgb(214,160,150); }

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