Html Css Color HEX #D0BDA5 Soft Amber

📋 copy color: '#D0BDA5'

red 208 ◦ green 189 ◦ blue 165

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

Shades of Soft Amber #D0BDA5

Tints of Soft Amber #D0BDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.36%

R = 37.01%
G = 33.63%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D0BDA5 (or 0xD0BDA5) is known color: Soft Amber. HEX triplet: D0, BD and A5. RGB value is (208,189,165). Sum of RGB (Red+Green+Blue) = 208+189+165=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDA5 is #2F425A. Grayscale: #C0C0C0. Windows color (decimal): -3097179 or 10862032. OLE color: 10862032.

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

Color convert

RGB 208 189 165 -
CMYK 0 0.09 0.21 0.18
HSL 33.49º 0.31% 0.73% -
HSV(B) 33.49º 0.21% 0.82% -
XYZ 51 52.52 43.05 -
YUV 191.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 208 189 165 0 0.09 0.21 0.18 33.49 0.31 0.73
Hex D0 BD A5 0 9 15 12 21 1F 49
Octal 320 275 245 0 11 25 22 41 37 111
Binary 11010000 10111101 10100101 0 1001 10101 10010 100001 11111 1001001

Color Harmonies of #D0BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDA5

Black with #D0BDA5

Text Example


Text Example

White with #D0BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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