#CDD94B

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

Shades of Las Palmas #CDD94B

Tints of Las Palmas #CDD94B

Color information

#CDD94B (or 0xCDD94B) is unknown color: approx Las Palmas. HEX triplet: CD, D9 and 4B. RGB value is (205,217,75). Sum of RGB (Red+Green+Blue) = 205+217+75=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD94B is #3226B4. Grayscale: #C5C5C5. Windows color (decimal): -3286709 or 4970957. OLE color: 4970957.

HSL color Cylindrical-coordinate representation of color #CDD94B: hue angle of 65.07º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDD94B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB20521775-
CMYK0.0600.650.15
HSL65.07º65.14%57.25%-
HSV(B)65.07º65.44%85.1%-
XYZ51.2663.1116.14-
YUV197.2259.02133.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 75 (29.69% from 255) = 15.09%
R=41.25%
G=43.66%
B=15.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205217750.0600.650.1565.0765.1457.25
HexCDD94B6041F414139
Octal315331113601011710110171
Binary1100110111011001100101111001000001111110000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD94B; }

 p { color: rgb(205,217,75); }

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

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

 a { background-color: rgb(205,217,75); }

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

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

 span { border-color: rgb(205,217,75); }

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