Html Css Color HEX #D29E8A Rose

📋 copy color: '#D29E8A'

red 210 ◦ green 158 ◦ blue 138

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

Shades of Rose #D29E8A

Tints of Rose #D29E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 41.5%
G = 31.23%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D29E8A (or 0xD29E8A) is known color: Rose. HEX triplet: D2, 9E and 8A. RGB value is (210,158,138). Sum of RGB (Red+Green+Blue) = 210+158+138=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E8A is #2D6175. Grayscale: #ABABAB. Windows color (decimal): -2974070 or 9084626. OLE color: 9084626.

HSL color Cylindrical-coordinate representation of color #D29E8A: hue angle of 16.67º 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 #D29E8A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 138 -
CMYK 0 0.25 0.34 0.18
HSL 16.67º 0.44% 0.68% -
HSV(B) 16.67º 0.34% 0.82% -
XYZ 43.39 39.99 29.48 -
YUV 171.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 210 158 138 0 0.25 0.34 0.18 16.67 0.44 0.68
Hex D2 9E 8A 0 19 22 12 11 2C 44
Octal 322 236 212 0 31 42 22 21 54 104
Binary 11010010 10011110 10001010 0 11001 100010 10010 10001 101100 1000100

Color Harmonies of #D29E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E8A

Black with #D29E8A

Text Example


Text Example

White with #D29E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E8A; }

 p { color: rgb(210,158,138); }

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

background-color css

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

 a { background-color: rgb(210,158,138); }

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

border-color css

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

 span { border-color: rgb(210,158,138); }

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