Html Css Color HEX #D2BF97 Double Spanish White

📋 copy color: '#D2BF97'

red 210 ◦ green 191 ◦ blue 151

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

Shades of Double Spanish White #D2BF97

Tints of Double Spanish White #D2BF97

RGB

 RED value IS 210 (82.42% from 255) = 38.04%

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

 BLUE value IS 151 (59.38% from 255) = 27.36%

R = 38.04%
G = 34.6%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2BF97 (or 0xD2BF97) is known color: Double Spanish White. HEX triplet: D2, BF and 97. RGB value is (210,191,151). Sum of RGB (Red+Green+Blue) = 210+191+151=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BF97 is #2D4068. Grayscale: #C0C0C0. Windows color (decimal): -2965609 or 9945042. OLE color: 9945042.

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

Color convert

RGB 210 191 151 -
CMYK 0 0.09 0.28 0.18
HSL 40.68º 0.4% 0.71% -
HSV(B) 40.68º 0.28% 0.82% -
XYZ 50.8 53.2 36.87 -
YUV 192.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 210 191 151 0 0.09 0.28 0.18 40.68 0.4 0.71
Hex D2 BF 97 0 9 1C 12 29 28 47
Octal 322 277 227 0 11 34 22 51 50 107
Binary 11010010 10111111 10010111 0 1001 11100 10010 101001 101000 1000111

Color Harmonies of #D2BF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF97

Black with #D2BF97

Text Example


Text Example

White with #D2BF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF97; }

 p { color: rgb(210,191,151); }

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

background-color css

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

 a { background-color: rgb(210,191,151); }

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

border-color css

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

 span { border-color: rgb(210,191,151); }

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