#CCD340

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

Shades of Las Palmas #CCD340

Tints of Las Palmas #CCD340

Color information

#CCD340 (or 0xCCD340) is unknown color: approx Las Palmas. HEX triplet: CC, D3 and 40. RGB value is (204,211,64). Sum of RGB (Red+Green+Blue) = 204+211+64=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD340 is #332CBF. Grayscale: #C0C0C0. Windows color (decimal): -3353792 or 4248524. OLE color: 4248524.

HSL color Cylindrical-coordinate representation of color #CCD340: 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.7%. Process color model (Four color, CMYK) of #CCD340 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB20421164-
CMYK0.0300.700.17
HSL62.86º62.55%53.92%-
HSV(B)62.86º69.67%82.75%-
XYZ49.1259.813.8-
YUV192.1555.68136.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 211 (82.81% from 255) = 44.05%
BLUE value IS 64 (25.39% from 255) = 13.36%
R=42.59%
G=44.05%
B=13.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204211640.0300.700.1762.8662.5553.92
HexCCD3403046113f3f36
Octal3143231003010621777766
Binary11001100110100111000000110100011010001111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD340; }

 p { color: rgb(204,211,64); }

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

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

 a { background-color: rgb(204,211,64); }

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

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

 span { border-color: rgb(204,211,64); }

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