Html Css Color HEX #D5C196 Double Spanish White

📋 copy color: '#D5C196'

red 213 ◦ green 193 ◦ blue 150

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

Shades of Double Spanish White #D5C196

Tints of Double Spanish White #D5C196

RGB

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

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

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

R = 38.31%
G = 34.71%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5C196 (or 0xD5C196) is known color: Double Spanish White. HEX triplet: D5, C1 and 96. RGB value is (213,193,150). Sum of RGB (Red+Green+Blue) = 213+193+150=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C196 is #2A3E69. Grayscale: #C2C2C2. Windows color (decimal): -2768490 or 9880021. OLE color: 9880021.

HSL color Cylindrical-coordinate representation of color #D5C196: hue angle of 40.95º 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 #D5C196 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 193 150 -
CMYK 0 0.09 0.30 0.16
HSL 40.95º 0.43% 0.71% -
HSV(B) 40.95º 0.3% 0.84% -
XYZ 52.02 54.49 36.63 -
YUV 194.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 213 193 150 0 0.09 0.30 0.16 40.95 0.43 0.71
Hex D5 C1 96 0 9 1E 10 29 2B 47
Octal 325 301 226 0 11 36 20 51 53 107
Binary 11010101 11000001 10010110 0 1001 11110 10000 101001 101011 1000111

Color Harmonies of #D5C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C196

Black with #D5C196

Text Example


Text Example

White with #D5C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C196; }

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

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

background-color css

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

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

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

border-color css

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

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

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