Html Css Color HEX #D1BF98 Double Spanish White

📋 copy color: '#D1BF98'

red 209 ◦ green 191 ◦ blue 152

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

Shades of Double Spanish White #D1BF98

Tints of Double Spanish White #D1BF98

RGB

 RED value IS 209 (82.03% from 255) = 37.86%

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

 BLUE value IS 152 (59.77% from 255) = 27.54%

R = 37.86%
G = 34.6%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1BF98 (or 0xD1BF98) is known color: Double Spanish White. HEX triplet: D1, BF and 98. RGB value is (209,191,152). Sum of RGB (Red+Green+Blue) = 209+191+152=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BF98 is #2E4067. Grayscale: #C0C0C0. Windows color (decimal): -3031144 or 10010577. OLE color: 10010577.

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

Color convert

RGB 209 191 152 -
CMYK 0 0.09 0.27 0.18
HSL 41.05º 0.38% 0.71% -
HSV(B) 41.05º 0.27% 0.82% -
XYZ 50.59 53.08 37.29 -
YUV 191.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 209 191 152 0 0.09 0.27 0.18 41.05 0.38 0.71
Hex D1 BF 98 0 9 1B 12 29 26 47
Octal 321 277 230 0 11 33 22 51 46 107
Binary 11010001 10111111 10011000 0 1001 11011 10010 101001 100110 1000111

Color Harmonies of #D1BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF98

Black with #D1BF98

Text Example


Text Example

White with #D1BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF98; }

 p { color: rgb(209,191,152); }

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

background-color css

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

 a { background-color: rgb(209,191,152); }

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

border-color css

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

 span { border-color: rgb(209,191,152); }

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