Html Css Color HEX #D5BCA2 Soft Amber

📋 copy color: '#D5BCA2'

red 213 ◦ green 188 ◦ blue 162

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

Shades of Soft Amber #D5BCA2

Tints of Soft Amber #D5BCA2

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

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

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

R = 37.83%
G = 33.39%
B = 28.77%

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

#D5BCA2 (or 0xD5BCA2) is known color: Soft Amber. HEX triplet: D5, BC and A2. RGB value is (213,188,162). Sum of RGB (Red+Green+Blue) = 213+188+162=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA2 is #2A435D. Grayscale: #C0C0C0. Windows color (decimal): -2769758 or 10665173. OLE color: 10665173.

HSL color Cylindrical-coordinate representation of color #D5BCA2: hue angle of 30.59º degrees, saturation: 0.38, 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 #D5BCA2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 162 -
CMYK 0 0.12 0.24 0.16
HSL 30.59º 0.38% 0.74% -
HSV(B) 30.59º 0.24% 0.84% -
XYZ 51.95 52.72 41.62 -
YUV 192.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 213 188 162 0 0.12 0.24 0.16 30.59 0.38 0.74
Hex D5 BC A2 0 C 18 10 1F 26 4A
Octal 325 274 242 0 14 30 20 37 46 112
Binary 11010101 10111100 10100010 0 1100 11000 10000 11111 100110 1001010

Color Harmonies of #D5BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCA2

Black with #D5BCA2

Text Example


Text Example

White with #D5BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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