Html Css Color HEX #D3BF99 Double Spanish White

📋 copy color: '#D3BF99'

red 211 ◦ green 191 ◦ blue 153

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

Shades of Double Spanish White #D3BF99

Tints of Double Spanish White #D3BF99

RGB

 RED value IS 211 (82.81% from 255) = 38.02%

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

 BLUE value IS 153 (60.16% from 255) = 27.57%

R = 38.02%
G = 34.41%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3BF99 (or 0xD3BF99) is known color: Double Spanish White. HEX triplet: D3, BF and 99. RGB value is (211,191,153). Sum of RGB (Red+Green+Blue) = 211+191+153=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF99 is #2C4066. Grayscale: #C0C0C0. Windows color (decimal): -2900071 or 10076115. OLE color: 10076115.

HSL color Cylindrical-coordinate representation of color #D3BF99: hue angle of 39.31º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3BF99 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 191 153 -
CMYK 0 0.09 0.27 0.17
HSL 39.31º 0.4% 0.71% -
HSV(B) 39.31º 0.27% 0.83% -
XYZ 51.24 53.41 37.75 -
YUV 192.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 211 191 153 0 0.09 0.27 0.17 39.31 0.4 0.71
Hex D3 BF 99 0 9 1B 11 27 28 47
Octal 323 277 231 0 11 33 21 47 50 107
Binary 11010011 10111111 10011001 0 1001 11011 10001 100111 101000 1000111

Color Harmonies of #D3BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BF99

Black with #D3BF99

Text Example


Text Example

White with #D3BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BF99; }

 p { color: rgb(211,191,153); }

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

background-color css

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

 a { background-color: rgb(211,191,153); }

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

border-color css

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

 span { border-color: rgb(211,191,153); }

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