Html Css Color HEX #D09B92 Rose

📋 copy color: '#D09B92'

red 208 ◦ green 155 ◦ blue 146

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

Shades of Rose #D09B92

Tints of Rose #D09B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 40.86%
G = 30.45%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09B92 (or 0xD09B92) is known color: Rose. HEX triplet: D0, 9B and 92. RGB value is (208,155,146). Sum of RGB (Red+Green+Blue) = 208+155+146=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B92 is #2F646D. Grayscale: #A9A9A9. Windows color (decimal): -3105902 or 9608144. OLE color: 9608144.

HSL color Cylindrical-coordinate representation of color #D09B92: hue angle of 8.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09B92 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 146 -
CMYK 0 0.25 0.30 0.18
HSL 8.71º 0.4% 0.69% -
HSV(B) 8.71º 0.3% 0.82% -
XYZ 42.92 38.93 32.45 -
YUV 169.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 208 155 146 0 0.25 0.30 0.18 8.71 0.4 0.69
Hex D0 9B 92 0 19 1E 12 9 28 45
Octal 320 233 222 0 31 36 22 11 50 105
Binary 11010000 10011011 10010010 0 11001 11110 10010 1001 101000 1000101

Color Harmonies of #D09B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B92

Black with #D09B92

Text Example


Text Example

White with #D09B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B92; }

 p { color: rgb(208,155,146); }

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

background-color css

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

 a { background-color: rgb(208,155,146); }

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

border-color css

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

 span { border-color: rgb(208,155,146); }

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