Html Css Color HEX #D5BF9B Double Spanish White

📋 copy color: '#D5BF9B'

red 213 ◦ green 191 ◦ blue 155

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

Shades of Double Spanish White #D5BF9B

Tints of Double Spanish White #D5BF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.73%

R = 38.1%
G = 34.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5BF9B (or 0xD5BF9B) is known color: Double Spanish White. HEX triplet: D5, BF and 9B. RGB value is (213,191,155). Sum of RGB (Red+Green+Blue) = 213+191+155=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BF9B is #2A4064. Grayscale: #C1C1C1. Windows color (decimal): -2768997 or 10207189. OLE color: 10207189.

HSL color Cylindrical-coordinate representation of color #D5BF9B: hue angle of 37.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5BF9B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 155 -
CMYK 0 0.10 0.27 0.16
HSL 37.24º 0.41% 0.72% -
HSV(B) 37.24º 0.27% 0.84% -
XYZ 51.99 53.77 38.65 -
YUV 193.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 213 191 155 0 0.10 0.27 0.16 37.24 0.41 0.72
Hex D5 BF 9B 0 A 1B 10 25 29 48
Octal 325 277 233 0 12 33 20 45 51 110
Binary 11010101 10111111 10011011 0 1010 11011 10000 100101 101001 1001000

Color Harmonies of #D5BF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF9B

Black with #D5BF9B

Text Example


Text Example

White with #D5BF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF9B; }

 p { color: rgb(213,191,155); }

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

background-color css

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

 a { background-color: rgb(213,191,155); }

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

border-color css

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

 span { border-color: rgb(213,191,155); }

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