Html Css Color HEX #D0BFAB Soft Amber

📋 copy color: '#D0BFAB'

red 208 ◦ green 191 ◦ blue 171

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

Shades of Soft Amber #D0BFAB

Tints of Soft Amber #D0BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 36.49%
G = 33.51%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0BFAB (or 0xD0BFAB) is known color: Soft Amber. HEX triplet: D0, BF and AB. RGB value is (208,191,171). Sum of RGB (Red+Green+Blue) = 208+191+171=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFAB is #2F4054. Grayscale: #C1C1C1. Windows color (decimal): -3096661 or 11255760. OLE color: 11255760.

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

Color convert

RGB 208 191 171 -
CMYK 0 0.08 0.18 0.18
HSL 32.43º 0.28% 0.74% -
HSV(B) 32.43º 0.18% 0.82% -
XYZ 51.99 53.61 46.14 -
YUV 193.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 208 191 171 0 0.08 0.18 0.18 32.43 0.28 0.74
Hex D0 BF AB 0 8 12 12 20 1C 4A
Octal 320 277 253 0 10 22 22 40 34 112
Binary 11010000 10111111 10101011 0 1000 10010 10010 100000 11100 1001010

Color Harmonies of #D0BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFAB

Black with #D0BFAB

Text Example


Text Example

White with #D0BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFAB; }

 p { color: rgb(208,191,171); }

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

background-color css

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

 a { background-color: rgb(208,191,171); }

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

border-color css

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

 span { border-color: rgb(208,191,171); }

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