Html Css Color HEX #D4BF98 Double Spanish White

📋 copy color: '#D4BF98'

red 212 ◦ green 191 ◦ blue 152

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

Shades of Double Spanish White #D4BF98

Tints of Double Spanish White #D4BF98

RGB

 RED value IS 212 (83.2% from 255) = 38.2%

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

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

R = 38.2%
G = 34.41%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D4BF98 (or 0xD4BF98) is known color: Double Spanish White. HEX triplet: D4, BF and 98. RGB value is (212,191,152). Sum of RGB (Red+Green+Blue) = 212+191+152=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF98 is #2B4067. Grayscale: #C1C1C1. Windows color (decimal): -2834536 or 10010580. OLE color: 10010580.

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

Color convert

RGB 212 191 152 -
CMYK 0 0.10 0.28 0.17
HSL 39º 0.41% 0.71% -
HSV(B) 39º 0.28% 0.83% -
XYZ 51.45 53.53 37.33 -
YUV 192.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 212 191 152 0 0.10 0.28 0.17 39 0.41 0.71
Hex D4 BF 98 0 A 1C 11 27 29 47
Octal 324 277 230 0 12 34 21 47 51 107
Binary 11010100 10111111 10011000 0 1010 11100 10001 100111 101001 1000111

Color Harmonies of #D4BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF98

Black with #D4BF98

Text Example


Text Example

White with #D4BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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