Html Css Color HEX #D69A86 Rose

📋 copy color: '#D69A86'

red 214 ◦ green 154 ◦ blue 134

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

Shades of Rose #D69A86

Tints of Rose #D69A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 42.63%
G = 30.68%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D69A86 (or 0xD69A86) is known color: Rose. HEX triplet: D6, 9A and 86. RGB value is (214,154,134). Sum of RGB (Red+Green+Blue) = 214+154+134=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A86 is #296579. Grayscale: #A9A9A9. Windows color (decimal): -2712954 or 8821462. OLE color: 8821462.

HSL color Cylindrical-coordinate representation of color #D69A86: hue angle of 15º 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 #D69A86 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 134 -
CMYK 0 0.28 0.37 0.16
HSL 15º 0.49% 0.68% -
HSV(B) 15º 0.37% 0.84% -
XYZ 43.59 39.13 27.81 -
YUV 169.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 214 154 134 0 0.28 0.37 0.16 15 0.49 0.68
Hex D6 9A 86 0 1C 25 10 F 31 44
Octal 326 232 206 0 34 45 20 17 61 104
Binary 11010110 10011010 10000110 0 11100 100101 10000 1111 110001 1000100

Color Harmonies of #D69A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A86

Black with #D69A86

Text Example


Text Example

White with #D69A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A86; }

 p { color: rgb(214,154,134); }

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

background-color css

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

 a { background-color: rgb(214,154,134); }

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

border-color css

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

 span { border-color: rgb(214,154,134); }

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