Html Css Color HEX #D0A793 Rose

📋 copy color: '#D0A793'

red 208 ◦ green 167 ◦ blue 147

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

Shades of Rose #D0A793

Tints of Rose #D0A793

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.99%

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

R = 39.85%
G = 31.99%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0A793 (or 0xD0A793) is known color: Rose. HEX triplet: D0, A7 and 93. RGB value is (208,167,147). Sum of RGB (Red+Green+Blue) = 208+167+147=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A793 is #2F586C. Grayscale: #B1B1B1. Windows color (decimal): -3102829 or 9676752. OLE color: 9676752.

HSL color Cylindrical-coordinate representation of color #D0A793: hue angle of 19.67º 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 #D0A793 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 147 -
CMYK 0 0.20 0.29 0.18
HSL 19.67º 0.39% 0.7% -
HSV(B) 19.67º 0.29% 0.82% -
XYZ 45.1 43.15 33.56 -
YUV 176.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 208 167 147 0 0.20 0.29 0.18 19.67 0.39 0.7
Hex D0 A7 93 0 14 1D 12 14 27 46
Octal 320 247 223 0 24 35 22 24 47 106
Binary 11010000 10100111 10010011 0 10100 11101 10010 10100 100111 1000110

Color Harmonies of #D0A793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A793

Black with #D0A793

Text Example


Text Example

White with #D0A793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A793; }

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

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

background-color css

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

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

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

border-color css

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

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

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