Html Css Color HEX #D6A598 Rose

📋 copy color: '#D6A598'

red 214 ◦ green 165 ◦ blue 152

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

Shades of Rose #D6A598

Tints of Rose #D6A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 40.3%
G = 31.07%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A598 (or 0xD6A598) is known color: Rose. HEX triplet: D6, A5 and 98. RGB value is (214,165,152). Sum of RGB (Red+Green+Blue) = 214+165+152=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A598 is #295A67. Grayscale: #B2B2B2. Windows color (decimal): -2710120 or 10003926. OLE color: 10003926.

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

Color convert

RGB 214 165 152 -
CMYK 0 0.23 0.29 0.16
HSL 12.58º 0.43% 0.72% -
HSV(B) 12.58º 0.29% 0.84% -
XYZ 46.85 43.47 35.63 -
YUV 178.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 214 165 152 0 0.23 0.29 0.16 12.58 0.43 0.72
Hex D6 A5 98 0 17 1D 10 D 2B 48
Octal 326 245 230 0 27 35 20 15 53 110
Binary 11010110 10100101 10011000 0 10111 11101 10000 1101 101011 1001000

Color Harmonies of #D6A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A598

Black with #D6A598

Text Example


Text Example

White with #D6A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A598; }

 p { color: rgb(214,165,152); }

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

background-color css

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

 a { background-color: rgb(214,165,152); }

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

border-color css

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

 span { border-color: rgb(214,165,152); }

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