Html Css Color HEX #D0BF98 Double Spanish White

📋 copy color: '#D0BF98'

red 208 ◦ green 191 ◦ blue 152

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

Shades of Double Spanish White #D0BF98

Tints of Double Spanish White #D0BF98

RGB

 RED value IS 208 (81.64% from 255) = 37.75%

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

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

R = 37.75%
G = 34.66%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0BF98 (or 0xD0BF98) is known color: Double Spanish White. HEX triplet: D0, BF and 98. RGB value is (208,191,152). Sum of RGB (Red+Green+Blue) = 208+191+152=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF98 is #2F4067. Grayscale: #BFBFBF. Windows color (decimal): -3096680 or 10010576. OLE color: 10010576.

HSL color Cylindrical-coordinate representation of color #D0BF98: hue angle of 41.79º degrees, saturation: 0.37, 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 #D0BF98 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 152 -
CMYK 0 0.08 0.27 0.18
HSL 41.79º 0.37% 0.71% -
HSV(B) 41.79º 0.27% 0.82% -
XYZ 50.31 52.94 37.27 -
YUV 191.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 208 191 152 0 0.08 0.27 0.18 41.79 0.37 0.71
Hex D0 BF 98 0 8 1B 12 2A 25 47
Octal 320 277 230 0 10 33 22 52 45 107
Binary 11010000 10111111 10011000 0 1000 11011 10010 101010 100101 1000111

Color Harmonies of #D0BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF98

Black with #D0BF98

Text Example


Text Example

White with #D0BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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