#CDD945

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

Shades of Las Palmas #CDD945

Tints of Las Palmas #CDD945

Color information

#CDD945 (or 0xCDD945) is unknown color: approx Las Palmas. HEX triplet: CD, D9 and 45. RGB value is (205,217,69). Sum of RGB (Red+Green+Blue) = 205+217+69=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD945 is #3226BA. Grayscale: #C5C5C5. Windows color (decimal): -3286715 or 4577741. OLE color: 4577741.

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

Color convert

RGB20521769-
CMYK0.0600.680.15
HSL64.86º66.07%56.08%-
HSV(B)64.86º68.2%85.1%-
XYZ51.0663.0315.11-
YUV196.5456.02134.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 69 (27.34% from 255) = 14.05%
R=41.75%
G=44.20%
B=14.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205217690.0600.680.1564.8666.0756.08
HexCDD9456044F414238
Octal315331105601041710110270
Binary1100110111011001100010111001000100111110000011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD945; }

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

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

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

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

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

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

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

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