Html Css Color HEX #D1C29F Double Spanish White

📋 copy color: '#D1C29F'

red 209 ◦ green 194 ◦ blue 159

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

Shades of Double Spanish White #D1C29F

Tints of Double Spanish White #D1C29F

RGB

 RED value IS 209 (82.03% from 255) = 37.19%

 GREEN value IS 194 (76.17% from 255) = 34.52%

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 37.19%
G = 34.52%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1C29F (or 0xD1C29F) is known color: Double Spanish White. HEX triplet: D1, C2 and 9F. RGB value is (209,194,159). Sum of RGB (Red+Green+Blue) = 209+194+159=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C29F is #2E3D60. Grayscale: #C2C2C2. Windows color (decimal): -3030369 or 10470097. OLE color: 10470097.

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

Color convert

RGB 209 194 159 -
CMYK 0 0.07 0.24 0.18
HSL 42º 0.35% 0.72% -
HSV(B) 42º 0.24% 0.82% -
XYZ 51.84 54.64 40.62 -
YUV 194.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 209 194 159 0 0.07 0.24 0.18 42 0.35 0.72
Hex D1 C2 9F 0 7 18 12 2A 23 48
Octal 321 302 237 0 7 30 22 52 43 110
Binary 11010001 11000010 10011111 0 111 11000 10010 101010 100011 1001000

Color Harmonies of #D1C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C29F

Black with #D1C29F

Text Example


Text Example

White with #D1C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C29F; }

 p { color: rgb(209,194,159); }

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

background-color css

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

 a { background-color: rgb(209,194,159); }

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

border-color css

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

 span { border-color: rgb(209,194,159); }

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