Html Css Color HEX #D6A48C Rose

📋 copy color: '#D6A48C'

red 214 ◦ green 164 ◦ blue 140

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

Shades of Rose #D6A48C

Tints of Rose #D6A48C

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 41.31%
G = 31.66%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6A48C (or 0xD6A48C) is known color: Rose. HEX triplet: D6, A4 and 8C. RGB value is (214,164,140). Sum of RGB (Red+Green+Blue) = 214+164+140=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A48C is #295B73. Grayscale: #B0B0B0. Windows color (decimal): -2710388 or 9217238. OLE color: 9217238.

HSL color Cylindrical-coordinate representation of color #D6A48C: hue angle of 19.46º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A48C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 140 -
CMYK 0 0.23 0.35 0.16
HSL 19.46º 0.47% 0.69% -
HSV(B) 19.46º 0.35% 0.84% -
XYZ 45.74 42.74 30.65 -
YUV 176.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 214 164 140 0 0.23 0.35 0.16 19.46 0.47 0.69
Hex D6 A4 8C 0 17 23 10 13 2F 45
Octal 326 244 214 0 27 43 20 23 57 105
Binary 11010110 10100100 10001100 0 10111 100011 10000 10011 101111 1000101

Color Harmonies of #D6A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A48C

Black with #D6A48C

Text Example


Text Example

White with #D6A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A48C; }

 p { color: rgb(214,164,140); }

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

background-color css

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

 a { background-color: rgb(214,164,140); }

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

border-color css

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

 span { border-color: rgb(214,164,140); }

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