#CCD53C

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

Shades of Las Palmas #CCD53C

Tints of Las Palmas #CCD53C

Color information

#CCD53C (or 0xCCD53C) is unknown color: approx Las Palmas. HEX triplet: CC, D5 and 3C. RGB value is (204,213,60). Sum of RGB (Red+Green+Blue) = 204+213+60=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD53C is #332AC3. Grayscale: #C1C1C1. Windows color (decimal): -3353284 or 3986892. OLE color: 3986892.

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

Color convert

RGB20421360-
CMYK0.0400.720.16
HSL63.53º64.56%53.53%-
HSV(B)63.53º71.83%83.53%-
XYZ49.5160.7513.39-
YUV192.8753.02135.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 60 (23.83% from 255) = 12.58%
R=42.77%
G=44.65%
B=12.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213600.0400.720.1663.5364.5653.53
HexCCD53C404810404136
Octal31432574401102010010166
Binary1100110011010101111100100010010001000010000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD53C; }

 p { color: rgb(204,213,60); }

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

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

 a { background-color: rgb(204,213,60); }

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

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

 span { border-color: rgb(204,213,60); }

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