Html Css Color HEX #D6A592 Rose

📋 copy color: '#D6A592'

red 214 ◦ green 165 ◦ blue 146

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

Shades of Rose #D6A592

Tints of Rose #D6A592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 40.76%
G = 31.43%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6A592 (or 0xD6A592) is known color: Rose. HEX triplet: D6, A5 and 92. RGB value is (214,165,146). Sum of RGB (Red+Green+Blue) = 214+165+146=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A592 is #295A6D. Grayscale: #B1B1B1. Windows color (decimal): -2710126 or 9610710. OLE color: 9610710.

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

Color convert

RGB 214 165 146 -
CMYK 0 0.23 0.32 0.16
HSL 16.76º 0.45% 0.71% -
HSV(B) 16.76º 0.32% 0.84% -
XYZ 46.38 43.28 33.1 -
YUV 177.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 214 165 146 0 0.23 0.32 0.16 16.76 0.45 0.71
Hex D6 A5 92 0 17 20 10 11 2D 47
Octal 326 245 222 0 27 40 20 21 55 107
Binary 11010110 10100101 10010010 0 10111 100000 10000 10001 101101 1000111

Color Harmonies of #D6A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A592

Black with #D6A592

Text Example


Text Example

White with #D6A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A592; }

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

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

background-color css

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

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

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

border-color css

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

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

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