Html Css Color HEX #D09A90 Rose

📋 copy color: '#D09A90'

red 208 ◦ green 154 ◦ blue 144

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

Shades of Rose #D09A90

Tints of Rose #D09A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 41.11%
G = 30.43%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09A90 (or 0xD09A90) is known color: Rose. HEX triplet: D0, 9A and 90. RGB value is (208,154,144). Sum of RGB (Red+Green+Blue) = 208+154+144=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A90 is #2F656F. Grayscale: #A9A9A9. Windows color (decimal): -3106160 or 9476816. OLE color: 9476816.

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

Color convert

RGB 208 154 144 -
CMYK 0 0.26 0.31 0.18
HSL 9.38º 0.41% 0.69% -
HSV(B) 9.38º 0.31% 0.82% -
XYZ 42.6 38.53 31.58 -
YUV 169.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 208 154 144 0 0.26 0.31 0.18 9.38 0.41 0.69
Hex D0 9A 90 0 1A 1F 12 9 29 45
Octal 320 232 220 0 32 37 22 11 51 105
Binary 11010000 10011010 10010000 0 11010 11111 10010 1001 101001 1000101

Color Harmonies of #D09A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A90

Black with #D09A90

Text Example


Text Example

White with #D09A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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