Html Css Color HEX #D8A58E Rose

📋 copy color: '#D8A58E'

red 216 ◦ green 165 ◦ blue 142

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

Shades of Rose #D8A58E

Tints of Rose #D8A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

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

R = 41.3%
G = 31.55%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8A58E (or 0xD8A58E) is known color: Rose. HEX triplet: D8, A5 and 8E. RGB value is (216,165,142). Sum of RGB (Red+Green+Blue) = 216+165+142=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A58E is #275A71. Grayscale: #B1B1B1. Windows color (decimal): -2579058 or 9348568. OLE color: 9348568.

HSL color Cylindrical-coordinate representation of color #D8A58E: hue angle of 18.65º 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 #D8A58E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 142 -
CMYK 0 0.24 0.34 0.15
HSL 18.65º 0.49% 0.7% -
HSV(B) 18.65º 0.34% 0.85% -
XYZ 46.66 43.46 31.52 -
YUV 177.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 216 165 142 0 0.24 0.34 0.15 18.65 0.49 0.7
Hex D8 A5 8E 0 18 22 F 13 31 46
Octal 330 245 216 0 30 42 17 23 61 106
Binary 11011000 10100101 10001110 0 11000 100010 1111 10011 110001 1000110

Color Harmonies of #D8A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A58E

Black with #D8A58E

Text Example


Text Example

White with #D8A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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