Html Css Color HEX #D5C193 Double Spanish White

📋 copy color: '#D5C193'

red 213 ◦ green 193 ◦ blue 147

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

Shades of Double Spanish White #D5C193

Tints of Double Spanish White #D5C193

RGB

 RED value IS 213 (83.59% from 255) = 38.52%

 GREEN value IS 193 (75.78% from 255) = 34.9%

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

R = 38.52%
G = 34.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C193 (or 0xD5C193) is known color: Double Spanish White. HEX triplet: D5, C1 and 93. RGB value is (213,193,147). Sum of RGB (Red+Green+Blue) = 213+193+147=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C193 is #2A3E6C. Grayscale: #C1C1C1. Windows color (decimal): -2768493 or 9683413. OLE color: 9683413.

HSL color Cylindrical-coordinate representation of color #D5C193: hue angle of 41.82º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C193 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 193 147 -
CMYK 0 0.09 0.31 0.16
HSL 41.82º 0.44% 0.71% -
HSV(B) 41.82º 0.31% 0.84% -
XYZ 51.78 54.39 35.37 -
YUV 193.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 213 193 147 0 0.09 0.31 0.16 41.82 0.44 0.71
Hex D5 C1 93 0 9 1F 10 2A 2C 47
Octal 325 301 223 0 11 37 20 52 54 107
Binary 11010101 11000001 10010011 0 1001 11111 10000 101010 101100 1000111

Color Harmonies of #D5C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C193

Black with #D5C193

Text Example


Text Example

White with #D5C193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C193; }

 p { color: rgb(213,193,147); }

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

background-color css

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

 a { background-color: rgb(213,193,147); }

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

border-color css

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

 span { border-color: rgb(213,193,147); }

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