Html Css Color HEX #D4A092 Rose

📋 copy color: '#D4A092'

red 212 ◦ green 160 ◦ blue 146

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

Shades of Rose #D4A092

Tints of Rose #D4A092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 40.93%
G = 30.89%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D4A092 (or 0xD4A092) is known color: Rose. HEX triplet: D4, A0 and 92. RGB value is (212,160,146). Sum of RGB (Red+Green+Blue) = 212+160+146=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A092 is #2B5F6D. Grayscale: #AEAEAE. Windows color (decimal): -2842478 or 9609428. OLE color: 9609428.

HSL color Cylindrical-coordinate representation of color #D4A092: hue angle of 12.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A092 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 146 -
CMYK 0 0.25 0.31 0.17
HSL 12.73º 0.43% 0.7% -
HSV(B) 12.73º 0.31% 0.83% -
XYZ 44.91 41.21 32.78 -
YUV 173.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 212 160 146 0 0.25 0.31 0.17 12.73 0.43 0.7
Hex D4 A0 92 0 19 1F 11 D 2B 46
Octal 324 240 222 0 31 37 21 15 53 106
Binary 11010100 10100000 10010010 0 11001 11111 10001 1101 101011 1000110

Color Harmonies of #D4A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A092

Black with #D4A092

Text Example


Text Example

White with #D4A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A092; }

 p { color: rgb(212,160,146); }

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

background-color css

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

 a { background-color: rgb(212,160,146); }

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

border-color css

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

 span { border-color: rgb(212,160,146); }

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