#CADC3C

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

Shades of Las Palmas #CADC3C

Tints of Las Palmas #CADC3C

Color information

#CADC3C (or 0xCADC3C) is unknown color: approx Las Palmas. HEX triplet: CA, DC and 3C. RGB value is (202,220,60). Sum of RGB (Red+Green+Blue) = 202+220+60=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC3C is #3523C3. Grayscale: #C4C4C4. Windows color (decimal): -3482564 or 3988682. OLE color: 3988682.

HSL color Cylindrical-coordinate representation of color #CADC3C: hue angle of 66.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CADC3C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB20222060-
CMYK0.0800.730.14
HSL66.75º69.57%54.9%-
HSV(B)66.75º72.73%86.27%-
XYZ50.7764.0713.97-
YUV196.3851.04132.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=41.91%
G=45.64%
B=12.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202220600.0800.730.1466.7569.5754.9
HexCADC3C8049E434637
Octal312334741001111610310667
Binary1100101011011100111100100001001001111010000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC3C; }

 p { color: rgb(202,220,60); }

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

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

 a { background-color: rgb(202,220,60); }

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

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

 span { border-color: rgb(202,220,60); }

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