Html Css Color HEX #D0BF93 Double Spanish White

📋 copy color: '#D0BF93'

red 208 ◦ green 191 ◦ blue 147

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

Shades of Double Spanish White #D0BF93

Tints of Double Spanish White #D0BF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 38.1%
G = 34.98%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0BF93 (or 0xD0BF93) is known color: Double Spanish White. HEX triplet: D0, BF and 93. RGB value is (208,191,147). Sum of RGB (Red+Green+Blue) = 208+191+147=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF93 is #2F406C. Grayscale: #BFBFBF. Windows color (decimal): -3096685 or 9682896. OLE color: 9682896.

HSL color Cylindrical-coordinate representation of color #D0BF93: hue angle of 43.28º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0BF93 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 147 -
CMYK 0 0.08 0.29 0.18
HSL 43.28º 0.39% 0.7% -
HSV(B) 43.28º 0.29% 0.82% -
XYZ 49.91 52.78 35.16 -
YUV 191.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 208 191 147 0 0.08 0.29 0.18 43.28 0.39 0.7
Hex D0 BF 93 0 8 1D 12 2B 27 46
Octal 320 277 223 0 10 35 22 53 47 106
Binary 11010000 10111111 10010011 0 1000 11101 10010 101011 100111 1000110

Color Harmonies of #D0BF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF93

Black with #D0BF93

Text Example


Text Example

White with #D0BF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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