#CDD742

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

Shades of Las Palmas #CDD742

Tints of Las Palmas #CDD742

Color information

#CDD742 (or 0xCDD742) is unknown color: approx Las Palmas. HEX triplet: CD, D7 and 42. RGB value is (205,215,66). Sum of RGB (Red+Green+Blue) = 205+215+66=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD742 is #3228BD. Grayscale: #C3C3C3. Windows color (decimal): -3287230 or 4380621. OLE color: 4380621.

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

Color convert

RGB20521566-
CMYK0.0500.690.16
HSL64.03º65.07%55.1%-
HSV(B)64.03º69.3%84.31%-
XYZ50.4661.9714.46-
YUV195.0255.19135.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 215 (84.38% from 255) = 44.24%
BLUE value IS 66 (26.17% from 255) = 13.58%
R=42.18%
G=44.24%
B=13.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205215660.0500.690.1664.0365.0755.1
HexCDD742504510404137
Octal315327102501052010010167
Binary11001101110101111000010101010001011000010000001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD742; }

 p { color: rgb(205,215,66); }

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

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

 a { background-color: rgb(205,215,66); }

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

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

 span { border-color: rgb(205,215,66); }

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