Html Css Color HEX #D4A294 Rose

📋 copy color: '#D4A294'

red 212 ◦ green 162 ◦ blue 148

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

Shades of Rose #D4A294

Tints of Rose #D4A294

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

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

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

R = 40.61%
G = 31.03%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4A294 (or 0xD4A294) is known color: Rose. HEX triplet: D4, A2 and 94. RGB value is (212,162,148). Sum of RGB (Red+Green+Blue) = 212+162+148=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A294 is #2B5D6B. Grayscale: #AFAFAF. Windows color (decimal): -2841964 or 9741012. OLE color: 9741012.

HSL color Cylindrical-coordinate representation of color #D4A294: hue angle of 13.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A294 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 148 -
CMYK 0 0.24 0.30 0.17
HSL 13.13º 0.43% 0.71% -
HSV(B) 13.13º 0.3% 0.83% -
XYZ 45.42 41.98 33.73 -
YUV 175.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 212 162 148 0 0.24 0.30 0.17 13.13 0.43 0.71
Hex D4 A2 94 0 18 1E 11 D 2B 47
Octal 324 242 224 0 30 36 21 15 53 107
Binary 11010100 10100010 10010100 0 11000 11110 10001 1101 101011 1000111

Color Harmonies of #D4A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A294

Black with #D4A294

Text Example


Text Example

White with #D4A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A294; }

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

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

background-color css

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

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

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

border-color css

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

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

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