Html Css Color HEX #D8A58D Rose

📋 copy color: '#D8A58D'

red 216 ◦ green 165 ◦ blue 141

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

Shades of Rose #D8A58D

Tints of Rose #D8A58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 41.38%
G = 31.61%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8A58D (or 0xD8A58D) is known color: Rose. HEX triplet: D8, A5 and 8D. RGB value is (216,165,141). Sum of RGB (Red+Green+Blue) = 216+165+141=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A58D is #275A72. Grayscale: #B1B1B1. Windows color (decimal): -2579059 or 9283032. OLE color: 9283032.

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

Color convert

RGB 216 165 141 -
CMYK 0 0.24 0.35 0.15
HSL 19.2º 0.49% 0.7% -
HSV(B) 19.2º 0.35% 0.85% -
XYZ 46.58 43.43 31.13 -
YUV 177.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 216 165 141 0 0.24 0.35 0.15 19.2 0.49 0.7
Hex D8 A5 8D 0 18 23 F 13 31 46
Octal 330 245 215 0 30 43 17 23 61 106
Binary 11011000 10100101 10001101 0 11000 100011 1111 10011 110001 1000110

Color Harmonies of #D8A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A58D

Black with #D8A58D

Text Example


Text Example

White with #D8A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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