Html Css Color HEX #D5C096 Double Spanish White

📋 copy color: '#D5C096'

red 213 ◦ green 192 ◦ blue 150

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

Shades of Double Spanish White #D5C096

Tints of Double Spanish White #D5C096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 38.38%
G = 34.59%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5C096 (or 0xD5C096) is known color: Double Spanish White. HEX triplet: D5, C0 and 96. RGB value is (213,192,150). Sum of RGB (Red+Green+Blue) = 213+192+150=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C096 is #2A3F69. Grayscale: #C1C1C1. Windows color (decimal): -2768746 or 9879765. OLE color: 9879765.

HSL color Cylindrical-coordinate representation of color #D5C096: hue angle of 40º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C096 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 150 -
CMYK 0 0.10 0.30 0.16
HSL 40º 0.43% 0.71% -
HSV(B) 40º 0.3% 0.84% -
XYZ 51.8 54.05 36.56 -
YUV 193.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 213 192 150 0 0.10 0.30 0.16 40 0.43 0.71
Hex D5 C0 96 0 A 1E 10 28 2B 47
Octal 325 300 226 0 12 36 20 50 53 107
Binary 11010101 11000000 10010110 0 1010 11110 10000 101000 101011 1000111

Color Harmonies of #D5C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C096

Black with #D5C096

Text Example


Text Example

White with #D5C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C096; }

 p { color: rgb(213,192,150); }

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

background-color css

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

 a { background-color: rgb(213,192,150); }

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

border-color css

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

 span { border-color: rgb(213,192,150); }

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