Html Css Color HEX #D5C09C Double Spanish White

📋 copy color: '#D5C09C'

red 213 ◦ green 192 ◦ blue 156

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

Shades of Double Spanish White #D5C09C

Tints of Double Spanish White #D5C09C

RGB

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

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

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

R = 37.97%
G = 34.22%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5C09C (or 0xD5C09C) is known color: Double Spanish White. HEX triplet: D5, C0 and 9C. RGB value is (213,192,156). Sum of RGB (Red+Green+Blue) = 213+192+156=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C09C is #2A3F63. Grayscale: #C2C2C2. Windows color (decimal): -2768740 or 10272981. OLE color: 10272981.

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

Color convert

RGB 213 192 156 -
CMYK 0 0.10 0.27 0.16
HSL 37.89º 0.4% 0.72% -
HSV(B) 37.89º 0.27% 0.84% -
XYZ 52.29 54.25 39.17 -
YUV 194.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 213 192 156 0 0.10 0.27 0.16 37.89 0.4 0.72
Hex D5 C0 9C 0 A 1B 10 26 28 48
Octal 325 300 234 0 12 33 20 46 50 110
Binary 11010101 11000000 10011100 0 1010 11011 10000 100110 101000 1001000

Color Harmonies of #D5C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C09C

Black with #D5C09C

Text Example


Text Example

White with #D5C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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