Html Css Color HEX #D29D90 Rose

📋 copy color: '#D29D90'

red 210 ◦ green 157 ◦ blue 144

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

Shades of Rose #D29D90

Tints of Rose #D29D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 41.1%
G = 30.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29D90 (or 0xD29D90) is known color: Rose. HEX triplet: D2, 9D and 90. RGB value is (210,157,144). Sum of RGB (Red+Green+Blue) = 210+157+144=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D90 is #2D626F. Grayscale: #ABABAB. Windows color (decimal): -2974320 or 9477586. OLE color: 9477586.

HSL color Cylindrical-coordinate representation of color #D29D90: hue angle of 11.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29D90 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 144 -
CMYK 0 0.25 0.31 0.18
HSL 11.82º 0.42% 0.69% -
HSV(B) 11.82º 0.31% 0.82% -
XYZ 43.67 39.83 31.77 -
YUV 171.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 210 157 144 0 0.25 0.31 0.18 11.82 0.42 0.69
Hex D2 9D 90 0 19 1F 12 C 2A 45
Octal 322 235 220 0 31 37 22 14 52 105
Binary 11010010 10011101 10010000 0 11001 11111 10010 1100 101010 1000101

Color Harmonies of #D29D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D90

Black with #D29D90

Text Example


Text Example

White with #D29D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D90; }

 p { color: rgb(210,157,144); }

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

background-color css

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

 a { background-color: rgb(210,157,144); }

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

border-color css

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

 span { border-color: rgb(210,157,144); }

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