Html Css Color HEX #D5BCA4 Soft Amber

📋 copy color: '#D5BCA4'

red 213 ◦ green 188 ◦ blue 164

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

Shades of Soft Amber #D5BCA4

Tints of Soft Amber #D5BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.03%

R = 37.7%
G = 33.27%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5BCA4 (or 0xD5BCA4) is known color: Soft Amber. HEX triplet: D5, BC and A4. RGB value is (213,188,164). Sum of RGB (Red+Green+Blue) = 213+188+164=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCA4 is #2A435B. Grayscale: #C0C0C0. Windows color (decimal): -2769756 or 10796245. OLE color: 10796245.

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

Color convert

RGB 213 188 164 -
CMYK 0 0.12 0.23 0.16
HSL 29.39º 0.37% 0.74% -
HSV(B) 29.39º 0.23% 0.84% -
XYZ 52.12 52.79 42.56 -
YUV 192.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 213 188 164 0 0.12 0.23 0.16 29.39 0.37 0.74
Hex D5 BC A4 0 C 17 10 1D 25 4A
Octal 325 274 244 0 14 27 20 35 45 112
Binary 11010101 10111100 10100100 0 1100 10111 10000 11101 100101 1001010

Color Harmonies of #D5BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCA4

Black with #D5BCA4

Text Example


Text Example

White with #D5BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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