#CDDC3D

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

Shades of Las Palmas #CDDC3D

Tints of Las Palmas #CDDC3D

Color information

#CDDC3D (or 0xCDDC3D) is unknown color: approx Las Palmas. HEX triplet: CD, DC and 3D. RGB value is (205,220,61). Sum of RGB (Red+Green+Blue) = 205+220+61=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC3D is #3223C2. Grayscale: #C6C6C6. Windows color (decimal): -3285955 or 4054221. OLE color: 4054221.

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

Color convert

RGB20522061-
CMYK0.0700.720.14
HSL65.66º69.43%55.1%-
HSV(B)65.66º72.27%86.27%-
XYZ51.6164.514.14-
YUV197.3951.03133.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 12.55%
R=42.18%
G=45.27%
B=12.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205220610.0700.720.1465.6669.4355.1
HexCDDC3D7048E424537
Octal31533475701101610210567
Binary110011011101110011110111101001000111010000101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC3D; }

 p { color: rgb(205,220,61); }

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

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

 a { background-color: rgb(205,220,61); }

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

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

 span { border-color: rgb(205,220,61); }

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