Html Css Color HEX #D69D92 Rose

📋 copy color: '#D69D92'

red 214 ◦ green 157 ◦ blue 146

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

Shades of Rose #D69D92

Tints of Rose #D69D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 41.39%
G = 30.37%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69D92 (or 0xD69D92) is known color: Rose. HEX triplet: D6, 9D and 92. RGB value is (214,157,146). Sum of RGB (Red+Green+Blue) = 214+157+146=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D92 is #29626D. Grayscale: #ACACAC. Windows color (decimal): -2712174 or 9608662. OLE color: 9608662.

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

Color convert

RGB 214 157 146 -
CMYK 0 0.27 0.32 0.16
HSL 9.71º 0.45% 0.71% -
HSV(B) 9.71º 0.32% 0.84% -
XYZ 44.98 40.49 32.64 -
YUV 172.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 214 157 146 0 0.27 0.32 0.16 9.71 0.45 0.71
Hex D6 9D 92 0 1B 20 10 A 2D 47
Octal 326 235 222 0 33 40 20 12 55 107
Binary 11010110 10011101 10010010 0 11011 100000 10000 1010 101101 1000111

Color Harmonies of #D69D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D92

Black with #D69D92

Text Example


Text Example

White with #D69D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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