Html Css Color HEX #D0BE9D Double Spanish White

📋 copy color: '#D0BE9D'

red 208 ◦ green 190 ◦ blue 157

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

Shades of Double Spanish White #D0BE9D

Tints of Double Spanish White #D0BE9D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

 BLUE value IS 157 (61.72% from 255) = 28.29%

R = 37.48%
G = 34.23%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0BE9D (or 0xD0BE9D) is known color: Double Spanish White. HEX triplet: D0, BE and 9D. RGB value is (208,190,157). Sum of RGB (Red+Green+Blue) = 208+190+157=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE9D is #2F4162. Grayscale: #BFBFBF. Windows color (decimal): -3096931 or 10338000. OLE color: 10338000.

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

Color convert

RGB 208 190 157 -
CMYK 0 0.09 0.25 0.18
HSL 38.82º 0.35% 0.72% -
HSV(B) 38.82º 0.25% 0.82% -
XYZ 50.51 52.67 39.4 -
YUV 191.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 208 190 157 0 0.09 0.25 0.18 38.82 0.35 0.72
Hex D0 BE 9D 0 9 19 12 27 23 48
Octal 320 276 235 0 11 31 22 47 43 110
Binary 11010000 10111110 10011101 0 1001 11001 10010 100111 100011 1001000

Color Harmonies of #D0BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE9D

Black with #D0BE9D

Text Example


Text Example

White with #D0BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE9D; }

 p { color: rgb(208,190,157); }

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

background-color css

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

 a { background-color: rgb(208,190,157); }

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

border-color css

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

 span { border-color: rgb(208,190,157); }

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