#CDD843

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

Shades of Las Palmas #CDD843

Tints of Las Palmas #CDD843

Color information

#CDD843 (or 0xCDD843) is unknown color: approx Las Palmas. HEX triplet: CD, D8 and 43. RGB value is (205,216,67). Sum of RGB (Red+Green+Blue) = 205+216+67=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD843 is #3227BC. Grayscale: #C4C4C4. Windows color (decimal): -3286973 or 4446413. OLE color: 4446413.

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

Color convert

RGB20521667-
CMYK0.0500.690.15
HSL64.43º65.64%55.49%-
HSV(B)64.43º68.98%84.71%-
XYZ50.7562.514.7-
YUV195.7255.36134.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 67 (26.56% from 255) = 13.73%
R=42.01%
G=44.26%
B=13.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205216670.0500.690.1564.4365.6455.49
HexCDD8435045F404237
Octal315330103501051710010267
Binary1100110111011000100001110101000101111110000001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD843; }

 p { color: rgb(205,216,67); }

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

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

 a { background-color: rgb(205,216,67); }

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

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

 span { border-color: rgb(205,216,67); }

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