Html Css Color HEX #D0BD9C Soft Amber

📋 copy color: '#D0BD9C'

red 208 ◦ green 189 ◦ blue 156

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

Shades of Soft Amber #D0BD9C

Tints of Soft Amber #D0BD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 37.61%
G = 34.18%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0BD9C (or 0xD0BD9C) is known color: Soft Amber. HEX triplet: D0, BD and 9C. RGB value is (208,189,156). Sum of RGB (Red+Green+Blue) = 208+189+156=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD9C is #2F4263. Grayscale: #BFBFBF. Windows color (decimal): -3097188 or 10272208. OLE color: 10272208.

HSL color Cylindrical-coordinate representation of color #D0BD9C: hue angle of 38.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BD9C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 156 -
CMYK 0 0.09 0.25 0.18
HSL 38.08º 0.36% 0.71% -
HSV(B) 38.08º 0.25% 0.82% -
XYZ 50.21 52.21 38.88 -
YUV 190.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 208 189 156 0 0.09 0.25 0.18 38.08 0.36 0.71
Hex D0 BD 9C 0 9 19 12 26 24 47
Octal 320 275 234 0 11 31 22 46 44 107
Binary 11010000 10111101 10011100 0 1001 11001 10010 100110 100100 1000111

Color Harmonies of #D0BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BD9C

Black with #D0BD9C

Text Example


Text Example

White with #D0BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BD9C; }

 p { color: rgb(208,189,156); }

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

background-color css

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

 a { background-color: rgb(208,189,156); }

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

border-color css

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

 span { border-color: rgb(208,189,156); }

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