#CDD939

Color #CDD939 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CDD939

Tints of Las Palmas #CDD939

Color information

#CDD939 (or 0xCDD939) is unknown color: approx Las Palmas. HEX triplet: CD, D9 and 39. RGB value is (205,217,57). Sum of RGB (Red+Green+Blue) = 205+217+57=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD939 is #3226C6. Grayscale: #C3C3C3. Windows color (decimal): -3286727 or 3791309. OLE color: 3791309.

HSL color Cylindrical-coordinate representation of color #CDD939: hue angle of 64.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD939 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB20521757-
CMYK0.0600.740.15
HSL64.5º67.8%53.73%-
HSV(B)64.5º73.73%85.1%-
XYZ50.7362.913.34-
YUV195.1750.02135.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 57 (22.66% from 255) = 11.90%
R=42.80%
G=45.30%
B=11.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205217570.0600.740.1564.567.853.73
HexCDD939604AF404436
Octal31533171601121710010466
Binary110011011101100111100111001001010111110000001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD939; }

 p { color: rgb(205,217,57); }

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

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

 a { background-color: rgb(205,217,57); }

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

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

 span { border-color: rgb(205,217,57); }

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