#CDDB50

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

Shades of Las Palmas #CDDB50

Tints of Las Palmas #CDDB50

Color information

#CDDB50 (or 0xCDDB50) is unknown color: approx Las Palmas. HEX triplet: CD, DB and 50. RGB value is (205,219,80). Sum of RGB (Red+Green+Blue) = 205+219+80=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB50 is #3224AF. Grayscale: #C7C7C7. Windows color (decimal): -3286192 or 5299149. OLE color: 5299149.

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

Color convert

RGB20521980-
CMYK0.0600.630.14
HSL66.04º65.88%58.63%-
HSV(B)66.04º63.47%85.88%-
XYZ51.9664.2217.25-
YUV198.9760.86132.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 80 (31.64% from 255) = 15.87%
R=40.67%
G=43.45%
B=15.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205219800.0600.630.1466.0465.8858.63
HexCDDB50603FE42423b
Octal31533312060771610210273
Binary110011011101101110100001100111111111010000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB50; }

 p { color: rgb(205,219,80); }

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

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

 a { background-color: rgb(205,219,80); }

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

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

 span { border-color: rgb(205,219,80); }

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