#CFD749

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

Shades of Las Palmas #CFD749

Tints of Las Palmas #CFD749

Color information

#CFD749 (or 0xCFD749) is unknown color: approx Las Palmas. HEX triplet: CF, D7 and 49. RGB value is (207,215,73). Sum of RGB (Red+Green+Blue) = 207+215+73=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD749 is #3028B6. Grayscale: #C4C4C4. Windows color (decimal): -3156151 or 4839375. OLE color: 4839375.

HSL color Cylindrical-coordinate representation of color #CFD749: hue angle of 63.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD749 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB20721573-
CMYK0.0400.660.16
HSL63.38º63.96%56.47%-
HSV(B)63.38º66.05%84.31%-
XYZ51.2462.3515.64-
YUV196.4258.35135.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 73 (28.91% from 255) = 14.75%
R=41.82%
G=43.43%
B=14.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207215730.0400.660.1663.3863.9656.47
HexCFD7494042103f4038
Octal31732711140102207710070
Binary1100111111010111100100110001000010100001111111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD749; }

 p { color: rgb(207,215,73); }

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

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

 a { background-color: rgb(207,215,73); }

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

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

 span { border-color: rgb(207,215,73); }

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