#CCD346

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

Shades of Las Palmas #CCD346

Tints of Las Palmas #CCD346

Color information

#CCD346 (or 0xCCD346) is unknown color: approx Las Palmas. HEX triplet: CC, D3 and 46. RGB value is (204,211,70). Sum of RGB (Red+Green+Blue) = 204+211+70=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD346 is #332CB9. Grayscale: #C1C1C1. Windows color (decimal): -3353786 or 4641740. OLE color: 4641740.

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

Color convert

RGB20421170-
CMYK0.0300.670.17
HSL62.98º61.57%55.1%-
HSV(B)62.98º66.82%82.75%-
XYZ49.359.8714.75-
YUV192.8358.68135.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 70 (27.73% from 255) = 14.43%
R=42.06%
G=43.51%
B=14.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204211700.0300.670.1762.9861.5755.1
HexCCD3463043113f3e37
Octal3143231063010321777667
Binary11001100110100111000110110100001110001111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD346; }

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

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

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

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

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

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

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

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