Html Css Color HEX #D2998B Rose

📋 copy color: '#D2998B'

red 210 ◦ green 153 ◦ blue 139

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

Shades of Rose #D2998B

Tints of Rose #D2998B

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 41.83%
G = 30.48%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2998B (or 0xD2998B) is known color: Rose. HEX triplet: D2, 99 and 8B. RGB value is (210,153,139). Sum of RGB (Red+Green+Blue) = 210+153+139=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2998B is #2D6674. Grayscale: #A8A8A8. Windows color (decimal): -2975349 or 9148882. OLE color: 9148882.

HSL color Cylindrical-coordinate representation of color #D2998B: hue angle of 11.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2998B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 139 -
CMYK 0 0.27 0.34 0.18
HSL 11.83º 0.44% 0.68% -
HSV(B) 11.83º 0.34% 0.82% -
XYZ 42.63 38.35 29.58 -
YUV 168.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 210 153 139 0 0.27 0.34 0.18 11.83 0.44 0.68
Hex D2 99 8B 0 1B 22 12 C 2C 44
Octal 322 231 213 0 33 42 22 14 54 104
Binary 11010010 10011001 10001011 0 11011 100010 10010 1100 101100 1000100

Color Harmonies of #D2998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2998B

Black with #D2998B

Text Example


Text Example

White with #D2998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2998B; }

 p { color: rgb(210,153,139); }

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

background-color css

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

 a { background-color: rgb(210,153,139); }

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

border-color css

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

 span { border-color: rgb(210,153,139); }

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