#CADC4A

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

Shades of Las Palmas #CADC4A

Tints of Las Palmas #CADC4A

Color information

#CADC4A (or 0xCADC4A) is unknown color: approx Las Palmas. HEX triplet: CA, DC and 4A. RGB value is (202,220,74). Sum of RGB (Red+Green+Blue) = 202+220+74=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC4A is #3523B5. Grayscale: #C6C6C6. Windows color (decimal): -3482550 or 4906186. OLE color: 4906186.

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

Color convert

RGB20222074-
CMYK0.0800.660.14
HSL67.4º67.59%57.65%-
HSV(B)67.4º66.36%86.27%-
XYZ51.1964.2416.18-
YUV197.9758.04130.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 74 (29.30% from 255) = 14.92%
R=40.73%
G=44.35%
B=14.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202220740.0800.660.1467.467.5957.65
HexCADC4A8042E43443a
Octal3123341121001021610310472
Binary11001010110111001001010100001000010111010000111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC4A; }

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

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

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

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

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

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

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

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