Html Css Color HEX #D6BE9D Soft Amber

📋 copy color: '#D6BE9D'

red 214 ◦ green 190 ◦ blue 157

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

Shades of Soft Amber #D6BE9D

Tints of Soft Amber #D6BE9D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 157 (61.72% from 255) = 27.99%

R = 38.15%
G = 33.87%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6BE9D (or 0xD6BE9D) is known color: Soft Amber. HEX triplet: D6, BE and 9D. RGB value is (214,190,157). Sum of RGB (Red+Green+Blue) = 214+190+157=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE9D is #294162. Grayscale: #C1C1C1. Windows color (decimal): -2703715 or 10338006. OLE color: 10338006.

HSL color Cylindrical-coordinate representation of color #D6BE9D: hue angle of 34.74º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6BE9D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 157 -
CMYK 0 0.11 0.27 0.16
HSL 34.74º 0.41% 0.73% -
HSV(B) 34.74º 0.27% 0.84% -
XYZ 52.23 53.56 39.48 -
YUV 193.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 214 190 157 0 0.11 0.27 0.16 34.74 0.41 0.73
Hex D6 BE 9D 0 B 1B 10 23 29 49
Octal 326 276 235 0 13 33 20 43 51 111
Binary 11010110 10111110 10011101 0 1011 11011 10000 100011 101001 1001001

Color Harmonies of #D6BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE9D

Black with #D6BE9D

Text Example


Text Example

White with #D6BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE9D; }

 p { color: rgb(214,190,157); }

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

background-color css

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

 a { background-color: rgb(214,190,157); }

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

border-color css

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

 span { border-color: rgb(214,190,157); }

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