Html Css Color HEX #D69D87 Rose

📋 copy color: '#D69D87'

red 214 ◦ green 157 ◦ blue 135

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

Shades of Rose #D69D87

Tints of Rose #D69D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 42.29%
G = 31.03%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D69D87 (or 0xD69D87) is known color: Rose. HEX triplet: D6, 9D and 87. RGB value is (214,157,135). Sum of RGB (Red+Green+Blue) = 214+157+135=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D87 is #296278. Grayscale: #ABABAB. Windows color (decimal): -2712185 or 8887766. OLE color: 8887766.

HSL color Cylindrical-coordinate representation of color #D69D87: hue angle of 16.71º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69D87 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 135 -
CMYK 0 0.27 0.37 0.16
HSL 16.71º 0.49% 0.68% -
HSV(B) 16.71º 0.37% 0.84% -
XYZ 44.16 40.16 28.35 -
YUV 171.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 214 157 135 0 0.27 0.37 0.16 16.71 0.49 0.68
Hex D6 9D 87 0 1B 25 10 11 31 44
Octal 326 235 207 0 33 45 20 21 61 104
Binary 11010110 10011101 10000111 0 11011 100101 10000 10001 110001 1000100

Color Harmonies of #D69D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D87

Black with #D69D87

Text Example


Text Example

White with #D69D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D87; }

 p { color: rgb(214,157,135); }

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

background-color css

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

 a { background-color: rgb(214,157,135); }

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

border-color css

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

 span { border-color: rgb(214,157,135); }

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