Html Css Color HEX #D6BCA2 Soft Amber

📋 copy color: '#D6BCA2'

red 214 ◦ green 188 ◦ blue 162

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

Shades of Soft Amber #D6BCA2

Tints of Soft Amber #D6BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.33%

 BLUE value IS 162 (63.67% from 255) = 28.72%

R = 37.94%
G = 33.33%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6BCA2 (or 0xD6BCA2) is known color: Soft Amber. HEX triplet: D6, BC and A2. RGB value is (214,188,162). Sum of RGB (Red+Green+Blue) = 214+188+162=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BCA2 is #29435D. Grayscale: #C0C0C0. Windows color (decimal): -2704222 or 10665174. OLE color: 10665174.

HSL color Cylindrical-coordinate representation of color #D6BCA2: hue angle of 30º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BCA2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 162 -
CMYK 0 0.12 0.24 0.16
HSL 30º 0.39% 0.74% -
HSV(B) 30º 0.24% 0.84% -
XYZ 52.24 52.87 41.63 -
YUV 192.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 214 188 162 0 0.12 0.24 0.16 30 0.39 0.74
Hex D6 BC A2 0 C 18 10 1E 27 4A
Octal 326 274 242 0 14 30 20 36 47 112
Binary 11010110 10111100 10100010 0 1100 11000 10000 11110 100111 1001010

Color Harmonies of #D6BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCA2

Black with #D6BCA2

Text Example


Text Example

White with #D6BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCA2; }

 p { color: rgb(214,188,162); }

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

background-color css

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

 a { background-color: rgb(214,188,162); }

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

border-color css

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

 span { border-color: rgb(214,188,162); }

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