Html Css Color HEX #D5C19C Double Spanish White

📋 copy color: '#D5C19C'

red 213 ◦ green 193 ◦ blue 156

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

Shades of Double Spanish White #D5C19C

Tints of Double Spanish White #D5C19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.76%

R = 37.9%
G = 34.34%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5C19C (or 0xD5C19C) is known color: Double Spanish White. HEX triplet: D5, C1 and 9C. RGB value is (213,193,156). Sum of RGB (Red+Green+Blue) = 213+193+156=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C19C is #2A3E63. Grayscale: #C2C2C2. Windows color (decimal): -2768484 or 10273237. OLE color: 10273237.

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

Color convert

RGB 213 193 156 -
CMYK 0 0.09 0.27 0.16
HSL 38.95º 0.4% 0.72% -
HSV(B) 38.95º 0.27% 0.84% -
XYZ 52.51 54.69 39.24 -
YUV 194.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 213 193 156 0 0.09 0.27 0.16 38.95 0.4 0.72
Hex D5 C1 9C 0 9 1B 10 27 28 48
Octal 325 301 234 0 11 33 20 47 50 110
Binary 11010101 11000001 10011100 0 1001 11011 10000 100111 101000 1001000

Color Harmonies of #D5C19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C19C

Black with #D5C19C

Text Example


Text Example

White with #D5C19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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