Html Css Color HEX #D0A294 Rose

📋 copy color: '#D0A294'

red 208 ◦ green 162 ◦ blue 148

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

Shades of Rose #D0A294

Tints of Rose #D0A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 40.15%
G = 31.27%
B = 28.57%

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

#D0A294 (or 0xD0A294) is known color: Rose. HEX triplet: D0, A2 and 94. RGB value is (208,162,148). Sum of RGB (Red+Green+Blue) = 208+162+148=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A294 is #2F5D6B. Grayscale: #AEAEAE. Windows color (decimal): -3104108 or 9741008. OLE color: 9741008.

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

Color convert

RGB 208 162 148 -
CMYK 0 0.22 0.29 0.18
HSL 14º 0.39% 0.7% -
HSV(B) 14º 0.29% 0.82% -
XYZ 44.28 41.39 33.67 -
YUV 174.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 208 162 148 0 0.22 0.29 0.18 14 0.39 0.7
Hex D0 A2 94 0 16 1D 12 E 27 46
Octal 320 242 224 0 26 35 22 16 47 106
Binary 11010000 10100010 10010100 0 10110 11101 10010 1110 100111 1000110

Color Harmonies of #D0A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A294

Black with #D0A294

Text Example


Text Example

White with #D0A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A294; }

 p { color: rgb(208,162,148); }

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

background-color css

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

 a { background-color: rgb(208,162,148); }

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

border-color css

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

 span { border-color: rgb(208,162,148); }

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