Html Css Color HEX #D0A393 Rose

📋 copy color: '#D0A393'

red 208 ◦ green 163 ◦ blue 147

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

Shades of Rose #D0A393

Tints of Rose #D0A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 40.15%
G = 31.47%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0A393 (or 0xD0A393) is known color: Rose. HEX triplet: D0, A3 and 93. RGB value is (208,163,147). Sum of RGB (Red+Green+Blue) = 208+163+147=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A393 is #2F5C6C. Grayscale: #AEAEAE. Windows color (decimal): -3103853 or 9675728. OLE color: 9675728.

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

Color convert

RGB 208 163 147 -
CMYK 0 0.22 0.29 0.18
HSL 15.74º 0.39% 0.7% -
HSV(B) 15.74º 0.29% 0.82% -
XYZ 44.38 41.71 33.32 -
YUV 174.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 208 163 147 0 0.22 0.29 0.18 15.74 0.39 0.7
Hex D0 A3 93 0 16 1D 12 10 27 46
Octal 320 243 223 0 26 35 22 20 47 106
Binary 11010000 10100011 10010011 0 10110 11101 10010 10000 100111 1000110

Color Harmonies of #D0A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A393

Black with #D0A393

Text Example


Text Example

White with #D0A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A393; }

 p { color: rgb(208,163,147); }

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

background-color css

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

 a { background-color: rgb(208,163,147); }

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

border-color css

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

 span { border-color: rgb(208,163,147); }

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