#CDC19C

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

Shades of Double Spanish White #CDC19C

Tints of Double Spanish White #CDC19C

Color information

#CDC19C (or 0xCDC19C) is unknown color: approx Double Spanish White. HEX triplet: CD, C1 and 9C. RGB value is (205,193,156). Sum of RGB (Red+Green+Blue) = 205+193+156=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC19C is #323E63. Grayscale: #C0C0C0. Windows color (decimal): -3292772 or 10273229. OLE color: 10273229.

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

Color convert

RGB205193156-
CMYK00.060.240.20
HSL45.31º32.89%70.78%-
HSV(B)45.31º23.9%80.39%-
XYZ50.2553.5239.13-
YUV192.37107.48137.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=37.00%
G=34.84%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519315600.060.240.2045.3132.8970.78
HexCDC19C0618142d2147
Octal3153012340630245541107
Binary110011011100000110011100011011000101001011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC19C; }

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

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

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

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

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

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

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

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