Html Css Color HEX #D6A593 Rose

📋 copy color: '#D6A593'

red 214 ◦ green 165 ◦ blue 147

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

Shades of Rose #D6A593

Tints of Rose #D6A593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 40.68%
G = 31.37%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6A593 (or 0xD6A593) is known color: Rose. HEX triplet: D6, A5 and 93. RGB value is (214,165,147). Sum of RGB (Red+Green+Blue) = 214+165+147=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A593 is #295A6C. Grayscale: #B1B1B1. Windows color (decimal): -2710125 or 9676246. OLE color: 9676246.

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

Color convert

RGB 214 165 147 -
CMYK 0 0.23 0.31 0.16
HSL 16.12º 0.45% 0.71% -
HSV(B) 16.12º 0.31% 0.84% -
XYZ 46.45 43.31 33.52 -
YUV 177.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 214 165 147 0 0.23 0.31 0.16 16.12 0.45 0.71
Hex D6 A5 93 0 17 1F 10 10 2D 47
Octal 326 245 223 0 27 37 20 20 55 107
Binary 11010110 10100101 10010011 0 10111 11111 10000 10000 101101 1000111

Color Harmonies of #D6A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A593

Black with #D6A593

Text Example


Text Example

White with #D6A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A593; }

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

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

background-color css

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

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

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

border-color css

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

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

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