Html Css Color HEX #D09A8E Rose

📋 copy color: '#D09A8E'

red 208 ◦ green 154 ◦ blue 142

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

Shades of Rose #D09A8E

Tints of Rose #D09A8E

RGB

 RED value IS 208 (81.64% from 255) = 41.27%

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 41.27%
G = 30.56%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D09A8E (or 0xD09A8E) is known color: Rose. HEX triplet: D0, 9A and 8E. RGB value is (208,154,142). Sum of RGB (Red+Green+Blue) = 208+154+142=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A8E is #2F6571. Grayscale: #A8A8A8. Windows color (decimal): -3106162 or 9345744. OLE color: 9345744.

HSL color Cylindrical-coordinate representation of color #D09A8E: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D09A8E is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 142 -
CMYK 0 0.26 0.32 0.18
HSL 10.91º 0.41% 0.69% -
HSV(B) 10.91º 0.32% 0.82% -
XYZ 42.45 38.47 30.78 -
YUV 168.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 208 154 142 0 0.26 0.32 0.18 10.91 0.41 0.69
Hex D0 9A 8E 0 1A 20 12 B 29 45
Octal 320 232 216 0 32 40 22 13 51 105
Binary 11010000 10011010 10001110 0 11010 100000 10010 1011 101001 1000101

Color Harmonies of #D09A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A8E

Black with #D09A8E

Text Example


Text Example

White with #D09A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A8E; }

 p { color: rgb(208,154,142); }

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

background-color css

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

 a { background-color: rgb(208,154,142); }

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

border-color css

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

 span { border-color: rgb(208,154,142); }

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