Html Css Color HEX #D69D8C Rose

📋 copy color: '#D69D8C'

red 214 ◦ green 157 ◦ blue 140

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

Shades of Rose #D69D8C

Tints of Rose #D69D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 41.88%
G = 30.72%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D69D8C (or 0xD69D8C) is known color: Rose. HEX triplet: D6, 9D and 8C. RGB value is (214,157,140). Sum of RGB (Red+Green+Blue) = 214+157+140=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D8C is #296273. Grayscale: #ACACAC. Windows color (decimal): -2712180 or 9215446. OLE color: 9215446.

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

Color convert

RGB 214 157 140 -
CMYK 0 0.27 0.35 0.16
HSL 13.78º 0.47% 0.69% -
HSV(B) 13.78º 0.35% 0.84% -
XYZ 44.52 40.3 30.24 -
YUV 172.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 214 157 140 0 0.27 0.35 0.16 13.78 0.47 0.69
Hex D6 9D 8C 0 1B 23 10 E 2F 45
Octal 326 235 214 0 33 43 20 16 57 105
Binary 11010110 10011101 10001100 0 11011 100011 10000 1110 101111 1000101

Color Harmonies of #D69D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D8C

Black with #D69D8C

Text Example


Text Example

White with #D69D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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