#CDD441

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

Shades of Las Palmas #CDD441

Tints of Las Palmas #CDD441

Color information

#CDD441 (or 0xCDD441) is unknown color: approx Las Palmas. HEX triplet: CD, D4 and 41. RGB value is (205,212,65). Sum of RGB (Red+Green+Blue) = 205+212+65=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD441 is #322BBE. Grayscale: #C1C1C1. Windows color (decimal): -3287999 or 4314317. OLE color: 4314317.

HSL color Cylindrical-coordinate representation of color #CDD441: hue angle of 62.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDD441 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB20521265-
CMYK0.0300.690.17
HSL62.86º63.09%54.31%-
HSV(B)62.86º69.34%83.14%-
XYZ49.6760.4514.05-
YUV193.1555.68136.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 65 (25.78% from 255) = 13.49%
R=42.53%
G=43.98%
B=13.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205212650.0300.690.1762.8663.0954.31
HexCDD4413045113f3f36
Octal3153241013010521777766
Binary11001101110101001000001110100010110001111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD441; }

 p { color: rgb(205,212,65); }

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

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

 a { background-color: rgb(205,212,65); }

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

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

 span { border-color: rgb(205,212,65); }

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