Html Css Color HEX #D8A18A Rose

📋 copy color: '#D8A18A'

red 216 ◦ green 161 ◦ blue 138

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

Shades of Rose #D8A18A

Tints of Rose #D8A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 41.94%
G = 31.26%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8A18A (or 0xD8A18A) is known color: Rose. HEX triplet: D8, A1 and 8A. RGB value is (216,161,138). Sum of RGB (Red+Green+Blue) = 216+161+138=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A18A is #275E75. Grayscale: #AEAEAE. Windows color (decimal): -2580086 or 9085400. OLE color: 9085400.

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

Color convert

RGB 216 161 138 -
CMYK 0 0.25 0.36 0.15
HSL 17.69º 0.5% 0.69% -
HSV(B) 17.69º 0.36% 0.85% -
XYZ 45.65 41.92 29.73 -
YUV 174.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 216 161 138 0 0.25 0.36 0.15 17.69 0.5 0.69
Hex D8 A1 8A 0 19 24 F 12 32 45
Octal 330 241 212 0 31 44 17 22 62 105
Binary 11011000 10100001 10001010 0 11001 100100 1111 10010 110010 1000101

Color Harmonies of #D8A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A18A

Black with #D8A18A

Text Example


Text Example

White with #D8A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A18A; }

 p { color: rgb(216,161,138); }

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

background-color css

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

 a { background-color: rgb(216,161,138); }

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

border-color css

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

 span { border-color: rgb(216,161,138); }

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