#CDC199

Color #CDC199 Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #CDC199

Tints of Double Spanish White #CDC199

Color information

#CDC199 (or 0xCDC199) is unknown color: approx Double Spanish White. HEX triplet: CD, C1 and 99. RGB value is (205,193,153). Sum of RGB (Red+Green+Blue) = 205+193+153=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC199 is #323E66. Grayscale: #C0C0C0. Windows color (decimal): -3292775 or 10076621. OLE color: 10076621.

HSL color Cylindrical-coordinate representation of color #CDC199: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDC199 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205193153-
CMYK00.060.250.20
HSL46.15º34.21%70.2%-
HSV(B)46.15º25.37%80.39%-
XYZ5053.4237.81-
YUV192.03105.98137.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=37.21%
G=35.03%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519315300.060.250.2046.1534.2170.2
HexCDC1990619142e2246
Octal3153012310631245642106
Binary110011011100000110011001011011001101001011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC199; }

 p { color: rgb(205,193,153); }

 H1.HeaderClassName
 {
   color: #CDC199;
 }
 .AnyTagClassName
 {
   color: #CDC199;
 }
</style>
background-color css

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

 a { background-color: rgb(205,193,153); }

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

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

 span { border-color: rgb(205,193,153); }

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