Html Css Color HEX #D1C093 Double Spanish White

📋 copy color: '#D1C093'

red 209 ◦ green 192 ◦ blue 147

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

Shades of Double Spanish White #D1C093

Tints of Double Spanish White #D1C093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 38.14%
G = 35.04%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1C093 (or 0xD1C093) is known color: Double Spanish White. HEX triplet: D1, C0 and 93. RGB value is (209,192,147). Sum of RGB (Red+Green+Blue) = 209+192+147=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C093 is #2E3F6C. Grayscale: #C0C0C0. Windows color (decimal): -3030893 or 9683153. OLE color: 9683153.

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

Color convert

RGB 209 192 147 -
CMYK 0 0.08 0.30 0.18
HSL 43.55º 0.4% 0.7% -
HSV(B) 43.55º 0.3% 0.82% -
XYZ 50.41 53.36 35.25 -
YUV 191.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 209 192 147 0 0.08 0.30 0.18 43.55 0.4 0.7
Hex D1 C0 93 0 8 1E 12 2C 28 46
Octal 321 300 223 0 10 36 22 54 50 106
Binary 11010001 11000000 10010011 0 1000 11110 10010 101100 101000 1000110

Color Harmonies of #D1C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C093

Black with #D1C093

Text Example


Text Example

White with #D1C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C093; }

 p { color: rgb(209,192,147); }

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

background-color css

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

 a { background-color: rgb(209,192,147); }

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

border-color css

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

 span { border-color: rgb(209,192,147); }

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