Html Css Color HEX #D6A58D Rose

📋 copy color: '#D6A58D'

red 214 ◦ green 165 ◦ blue 141

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

Shades of Rose #D6A58D

Tints of Rose #D6A58D

RGB

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

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

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

R = 41.15%
G = 31.73%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6A58D (or 0xD6A58D) is known color: Rose. HEX triplet: D6, A5 and 8D. RGB value is (214,165,141). Sum of RGB (Red+Green+Blue) = 214+165+141=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A58D is #295A72. Grayscale: #B1B1B1. Windows color (decimal): -2710131 or 9283030. OLE color: 9283030.

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

Color convert

RGB 214 165 141 -
CMYK 0 0.23 0.34 0.16
HSL 19.73º 0.47% 0.7% -
HSV(B) 19.73º 0.34% 0.84% -
XYZ 45.99 43.13 31.1 -
YUV 176.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 214 165 141 0 0.23 0.34 0.16 19.73 0.47 0.7
Hex D6 A5 8D 0 17 22 10 14 2F 46
Octal 326 245 215 0 27 42 20 24 57 106
Binary 11010110 10100101 10001101 0 10111 100010 10000 10100 101111 1000110

Color Harmonies of #D6A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A58D

Black with #D6A58D

Text Example


Text Example

White with #D6A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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