Html Css Color HEX #D0BCA8 Soft Amber

📋 copy color: '#D0BCA8'

red 208 ◦ green 188 ◦ blue 168

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

Shades of Soft Amber #D0BCA8

Tints of Soft Amber #D0BCA8

RGB

 RED value IS 208 (81.64% from 255) = 36.88%

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

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 36.88%
G = 33.33%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D0BCA8 (or 0xD0BCA8) is known color: Soft Amber. HEX triplet: D0, BC and A8. RGB value is (208,188,168). Sum of RGB (Red+Green+Blue) = 208+188+168=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BCA8 is #2F4357. Grayscale: #BFBFBF. Windows color (decimal): -3097432 or 11058384. OLE color: 11058384.

HSL color Cylindrical-coordinate representation of color #D0BCA8: hue angle of 30º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BCA8 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 168 -
CMYK 0 0.10 0.19 0.18
HSL 30º 0.3% 0.74% -
HSV(B) 30º 0.19% 0.82% -
XYZ 51.06 52.2 44.43 -
YUV 191.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 208 188 168 0 0.10 0.19 0.18 30 0.3 0.74
Hex D0 BC A8 0 A 13 12 1E 1E 4A
Octal 320 274 250 0 12 23 22 36 36 112
Binary 11010000 10111100 10101000 0 1010 10011 10010 11110 11110 1001010

Color Harmonies of #D0BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BCA8

Black with #D0BCA8

Text Example


Text Example

White with #D0BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BCA8; }

 p { color: rgb(208,188,168); }

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

background-color css

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

 a { background-color: rgb(208,188,168); }

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

border-color css

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

 span { border-color: rgb(208,188,168); }

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