#CFD948

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

Shades of Las Palmas #CFD948

Tints of Las Palmas #CFD948

Color information

#CFD948 (or 0xCFD948) is unknown color: approx Las Palmas. HEX triplet: CF, D9 and 48. RGB value is (207,217,72). Sum of RGB (Red+Green+Blue) = 207+217+72=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD948 is #3026B7. Grayscale: #C6C6C6. Windows color (decimal): -3155640 or 4774351. OLE color: 4774351.

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

Color convert

RGB20721772-
CMYK0.0500.670.15
HSL64.14º65.61%56.67%-
HSV(B)64.14º66.82%85.1%-
XYZ51.7163.3615.63-
YUV197.4857.19134.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 72 (28.52% from 255) = 14.52%
R=41.73%
G=43.75%
B=14.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207217720.0500.670.1564.1465.6156.67
HexCFD9485043F404239
Octal317331110501031710010271
Binary1100111111011001100100010101000011111110000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD948; }

 p { color: rgb(207,217,72); }

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

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

 a { background-color: rgb(207,217,72); }

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

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

 span { border-color: rgb(207,217,72); }

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