Html Css Color HEX #D3A598 Rose

📋 copy color: '#D3A598'

red 211 ◦ green 165 ◦ blue 152

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

Shades of Rose #D3A598

Tints of Rose #D3A598

RGB

 RED value IS 211 (82.81% from 255) = 39.96%

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

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

R = 39.96%
G = 31.25%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D3A598 (or 0xD3A598) is known color: Rose. HEX triplet: D3, A5 and 98. RGB value is (211,165,152). Sum of RGB (Red+Green+Blue) = 211+165+152=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A598 is #2C5A67. Grayscale: #B1B1B1. Windows color (decimal): -2906728 or 10003923. OLE color: 10003923.

HSL color Cylindrical-coordinate representation of color #D3A598: hue angle of 13.22º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3A598 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 152 -
CMYK 0 0.22 0.28 0.17
HSL 13.22º 0.4% 0.71% -
HSV(B) 13.22º 0.28% 0.83% -
XYZ 45.99 43.03 35.59 -
YUV 177.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 211 165 152 0 0.22 0.28 0.17 13.22 0.4 0.71
Hex D3 A5 98 0 16 1C 11 D 28 47
Octal 323 245 230 0 26 34 21 15 50 107
Binary 11010011 10100101 10011000 0 10110 11100 10001 1101 101000 1000111

Color Harmonies of #D3A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A598

Black with #D3A598

Text Example


Text Example

White with #D3A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A598; }

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

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

background-color css

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

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

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

border-color css

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

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

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