Html Css Color HEX #D09D97 Rose

📋 copy color: '#D09D97'

red 208 ◦ green 157 ◦ blue 151

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

Shades of Rose #D09D97

Tints of Rose #D09D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 40.31%
G = 30.43%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09D97 (or 0xD09D97) is known color: Rose. HEX triplet: D0, 9D and 97. RGB value is (208,157,151). Sum of RGB (Red+Green+Blue) = 208+157+151=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D97 is #2F6268. Grayscale: #ABABAB. Windows color (decimal): -3105385 or 9936336. OLE color: 9936336.

HSL color Cylindrical-coordinate representation of color #D09D97: hue angle of 6.32º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09D97 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 151 -
CMYK 0 0.25 0.27 0.18
HSL 6.32º 0.38% 0.7% -
HSV(B) 6.32º 0.27% 0.82% -
XYZ 43.66 39.76 34.65 -
YUV 171.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 208 157 151 0 0.25 0.27 0.18 6.32 0.38 0.7
Hex D0 9D 97 0 19 1B 12 6 26 46
Octal 320 235 227 0 31 33 22 6 46 106
Binary 11010000 10011101 10010111 0 11001 11011 10010 110 100110 1000110

Color Harmonies of #D09D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D97

Black with #D09D97

Text Example


Text Example

White with #D09D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D97; }

 p { color: rgb(208,157,151); }

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

background-color css

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

 a { background-color: rgb(208,157,151); }

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

border-color css

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

 span { border-color: rgb(208,157,151); }

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