Html Css Color HEX #D5C19D Double Spanish White

📋 copy color: '#D5C19D'

red 213 ◦ green 193 ◦ blue 157

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

Shades of Double Spanish White #D5C19D

Tints of Double Spanish White #D5C19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 37.83%
G = 34.28%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5C19D (or 0xD5C19D) is known color: Double Spanish White. HEX triplet: D5, C1 and 9D. RGB value is (213,193,157). Sum of RGB (Red+Green+Blue) = 213+193+157=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C19D is #2A3E62. Grayscale: #C3C3C3. Windows color (decimal): -2768483 or 10338773. OLE color: 10338773.

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

Color convert

RGB 213 193 157 -
CMYK 0 0.09 0.26 0.16
HSL 38.57º 0.4% 0.73% -
HSV(B) 38.57º 0.26% 0.84% -
XYZ 52.6 54.72 39.69 -
YUV 194.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 213 193 157 0 0.09 0.26 0.16 38.57 0.4 0.73
Hex D5 C1 9D 0 9 1A 10 27 28 49
Octal 325 301 235 0 11 32 20 47 50 111
Binary 11010101 11000001 10011101 0 1001 11010 10000 100111 101000 1001001

Color Harmonies of #D5C19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C19D

Black with #D5C19D

Text Example


Text Example

White with #D5C19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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