#cdd547

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

Shades of Las Palmas #CDD547

Tints of Las Palmas #CDD547

Color information

#CDD547 (or 0xCDD547) is unknown color: approx Las Palmas. HEX triplet: CD, D5 and 47. RGB value is (205,213,71). Sum of RGB (Red+Green+Blue) = 205+213+71=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD547 is #322AB8. Grayscale: #C2C2C2. Windows color (decimal): -3287737 or 4707789. OLE color: 4707789.

HSL color Cylindrical-coordinate representation of color #CDD547: hue angle of 63.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDD547 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB20521371-
CMYK0.0400.670.16
HSL63.38º62.83%55.69%-
HSV(B)63.38º66.67%83.53%-
XYZ50.1161.0215.1-
YUV194.4258.35135.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=41.92%
G=43.56%
B=14.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213710.0400.670.1663.3862.8355.69
HexCDD5474043103f3f38
Octal3153251074010320777770
Binary110011011101010110001111000100001110000111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd547; }

 p { color: rgb(205,213,71); }

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

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

 a { background-color: rgb(205,213,71); }

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

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

 span { border-color: rgb(205,213,71); }

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