#CDC19B

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

Shades of Double Spanish White #CDC19B

Tints of Double Spanish White #CDC19B

Color information

#CDC19B (or 0xCDC19B) is unknown color: approx Double Spanish White. HEX triplet: CD, C1 and 9B. RGB value is (205,193,155). Sum of RGB (Red+Green+Blue) = 205+193+155=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC19B is #323E64. Grayscale: #C0C0C0. Windows color (decimal): -3292773 or 10207693. OLE color: 10207693.

HSL color Cylindrical-coordinate representation of color #CDC19B: hue angle of 45.6º 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 #CDC19B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205193155-
CMYK00.060.240.20
HSL45.6º33.33%70.59%-
HSV(B)45.6º24.39%80.39%-
XYZ50.1653.4938.69-
YUV192.26106.98137.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=37.07%
G=34.90%
B=28.03%

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
Decimal20519315500.060.240.2045.633.3370.59
HexCDC19B0618142e2147
Octal3153012330630245641107
Binary110011011100000110011011011011000101001011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC19B; }

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

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

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

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

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

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

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

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