Html Css Color HEX #D8A38E Rose

📋 copy color: '#D8A38E'

red 216 ◦ green 163 ◦ blue 142

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

Shades of Rose #D8A38E

Tints of Rose #D8A38E

RGB

 RED value IS 216 (84.77% from 255) = 41.46%

 GREEN value IS 163 (64.06% from 255) = 31.29%

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 41.46%
G = 31.29%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8A38E (or 0xD8A38E) is known color: Rose. HEX triplet: D8, A3 and 8E. RGB value is (216,163,142). Sum of RGB (Red+Green+Blue) = 216+163+142=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A38E is #275C71. Grayscale: #B0B0B0. Windows color (decimal): -2579570 or 9348056. OLE color: 9348056.

HSL color Cylindrical-coordinate representation of color #D8A38E: hue angle of 17.03º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A38E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 142 -
CMYK 0 0.25 0.34 0.15
HSL 17.03º 0.49% 0.7% -
HSV(B) 17.03º 0.34% 0.85% -
XYZ 46.3 42.75 31.4 -
YUV 176.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 216 163 142 0 0.25 0.34 0.15 17.03 0.49 0.7
Hex D8 A3 8E 0 19 22 F 11 31 46
Octal 330 243 216 0 31 42 17 21 61 106
Binary 11011000 10100011 10001110 0 11001 100010 1111 10001 110001 1000110

Color Harmonies of #D8A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A38E

Black with #D8A38E

Text Example


Text Example

White with #D8A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A38E; }

 p { color: rgb(216,163,142); }

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

background-color css

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

 a { background-color: rgb(216,163,142); }

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

border-color css

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

 span { border-color: rgb(216,163,142); }

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