Html Css Color HEX #D5C099 Double Spanish White

📋 copy color: '#D5C099'

red 213 ◦ green 192 ◦ blue 153

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

Shades of Double Spanish White #D5C099

Tints of Double Spanish White #D5C099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.42%

R = 38.17%
G = 34.41%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5C099 (or 0xD5C099) is known color: Double Spanish White. HEX triplet: D5, C0 and 99. RGB value is (213,192,153). Sum of RGB (Red+Green+Blue) = 213+192+153=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C099 is #2A3F66. Grayscale: #C2C2C2. Windows color (decimal): -2768743 or 10076373. OLE color: 10076373.

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

Color convert

RGB 213 192 153 -
CMYK 0 0.10 0.28 0.16
HSL 39º 0.42% 0.72% -
HSV(B) 39º 0.28% 0.84% -
XYZ 52.04 54.15 37.85 -
YUV 193.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 213 192 153 0 0.10 0.28 0.16 39 0.42 0.72
Hex D5 C0 99 0 A 1C 10 27 2A 48
Octal 325 300 231 0 12 34 20 47 52 110
Binary 11010101 11000000 10011001 0 1010 11100 10000 100111 101010 1001000

Color Harmonies of #D5C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C099

Black with #D5C099

Text Example


Text Example

White with #D5C099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C099; }

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

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

background-color css

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

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

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

border-color css

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

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

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